From 3545d0aa061a92e045d466f4eaa4ec287ff0decd Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 31 Oct 2024 13:54:17 +0000 Subject: [PATCH] eslint disable next line --- src/components/Form/Controls/Password/Password.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Form/Controls/Password/Password.stories.tsx b/src/components/Form/Controls/Password/Password.stories.tsx index fc5b0edf..f772297e 100644 --- a/src/components/Form/Controls/Password/Password.stories.tsx +++ b/src/components/Form/Controls/Password/Password.stories.tsx @@ -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);