Skip to content

Commit 4bf43e0

Browse files
committed
add delay on storycap
1 parent 6d963c8 commit 4bf43e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stories/Modal.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ export const ControlledWithKnobs = {
9696
text: 'Modal controlled with knobs',
9797
inline: false,
9898
},
99+
screenshot: {
100+
delay: 500,
101+
},
99102
},
100103
};
101104
export const Default = {

0 commit comments

Comments
 (0)