Skip to content

Commit f9331e0

Browse files
Update the play details for signup with passkey
1 parent 1155318 commit f9331e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stories/allrecipes.stories.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ export const SignUpPasskey: Story = {
115115
},
116116
play: async ({ canvasElement }) => {
117117
// Assigns canvas to the component root element
118-
// const canvas = within(canvasElement);
119-
// const switcher = await canvas.findByText("CONTINUE WITH PASSKEY");
120-
// await new Promise((res) => setTimeout(res, 100));
121-
// canvasElement;
122-
// await userEvent.click(switcher, { delay: 200 });
118+
const canvas = within(canvasElement);
119+
const switcher = await canvas.findByText("CONTINUE WITH PASSKEY");
120+
await new Promise((res) => setTimeout(res, 100));
121+
canvasElement;
122+
await userEvent.click(switcher, { delay: 200 });
123123
},
124124
};
125125

0 commit comments

Comments
 (0)