Skip to content

Commit 1c92ece

Browse files
committed
do not use random id to prevent changes in the visual storybook tests
1 parent 1467348 commit 1c92ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dialog/stories/Modal.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const TrackingContent = () => {
169169
export const NestedModalWithContext = ContextTemplate.bind({});
170170
NestedModalWithContext.args = {
171171
children: [
172-
<ExampleModal size="large">
172+
<ExampleModal id="rootModal" size="large">
173173
<MiddleModal />
174174
</ExampleModal>,
175175
],

0 commit comments

Comments
 (0)