Skip to content

Commit

Permalink
eslint disable next line
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Oct 31, 2024
1 parent a45a0d8 commit 3545d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/Controls/Password/Password.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export const Visible: Story = {
},
},
play: async () => {
// eslint-disable-next-line storybook/await-interactions
const user = userEvent.setup();
const toggle = screen.getByRole("button", { name: "Show" });
await user.click(toggle);
Expand Down

0 comments on commit 3545d0a

Please sign in to comment.