Skip to content

Commit 898cc87

Browse files
authored
Add waitBeforeCapture as per-story config
1 parent ae20441 commit 898cc87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stories/demo.stories.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ DynamicText.story = {
3232
{
3333
selector: '.ignore-this'
3434
}
35-
]
35+
],
36+
waitBeforeCapture: 2000,
3637
}
3738
}
38-
}
39+
}

0 commit comments

Comments
 (0)