Skip to content

Commit e6f63ad

Browse files
Update stories/allrecipes.stories.tsx
Co-authored-by: Mihály Lengyel <[email protected]>
1 parent 2e35f22 commit e6f63ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stories/allrecipes.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export const SignUpPasskey: Story = {
118118
const canvas = within(canvasElement);
119119
const switcher = await canvas.findByText("CONTINUE WITH PASSKEY");
120120
await new Promise((res) => setTimeout(res, 100));
121-
canvasElement;
122121
await userEvent.click(switcher, { delay: 200 });
123122
},
124123
};

0 commit comments

Comments
 (0)