mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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({});
|
export const FilledForm = Template.bind({});
|
||||||
FilledForm.play = async ({ canvasElement }) => {
|
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);
|
const canvas = within(canvasElement);
|
||||||
|
|
||||||
await userEvent.type(canvas.getByTestId('email'), 'email@provider.com', {
|
await userEvent.type(canvas.getByTestId('email'), 'email@provider.com', {
|
||||||
@ -35,4 +35,4 @@ FilledForm.play = async ({ canvasElement }) => {
|
|||||||
// See https://storybook.js.org/docs/react/essentials/actions#automatically-matching-args to learn how to setup logging in the Actions panel
|
// See https://storybook.js.org/docs/react/essentials/actions#automatically-matching-args to learn how to setup logging in the Actions panel
|
||||||
await userEvent.click(canvas.getByRole('button'));
|
await userEvent.click(canvas.getByRole('button'));
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user