mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Update login-form-with-play-function.js.mdx
This commit is contained in:
parent
320d2d131c
commit
19b43162ac
@ -22,7 +22,7 @@ export const EmptyForm = Template.bind({});
|
||||
|
||||
export const FilledForm = Template.bind({});
|
||||
FilledForm.play = async ({ canvasElement }) => {
|
||||
// Starts querying the component from it's root element
|
||||
// Starts querying the component from its root element
|
||||
const canvas = within(canvasElement);
|
||||
|
||||
await userEvent.type(canvas.getByTestId('email'), 'email@provider.com', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user