mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Update docs
This commit is contained in:
parent
156966b51d
commit
b765c989fe
@ -169,7 +169,7 @@ export const SecondStory: Story = {
|
||||
|
||||
export const CombinedStories: Story = {
|
||||
play: async ({ context, canvasElement }) => {
|
||||
const canvas = within(context.canvasElement);
|
||||
const canvas = within(canvasElement);
|
||||
|
||||
// Runs the FirstStory and Second story play function before running this story's play function
|
||||
await FirstStory.play(context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user