Skip to content

Commit

Permalink
prevent false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung committed Apr 5, 2024
1 parent 849a74c commit 48c5f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MediaModal/MediaModal.Overview.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ If `headerContent` is defined, then the `title` and `description` will not be re
isOpen={isMediaModalOpen}
onDismiss={closeMediaModal}
>
<Box display="block" width="90vw" maxWidth="5xl">
<Box display="block" width="90vw" maxWidth="5xl" data-chromatic="ignore">
<Vimeo vimeoId="595469877" />
</Box>
</MediaModal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ VimeoVideo.args = {
ariaLabel: 'test MediaModal',
isOpen: true,
children: (
<Box display="block" width="90vw" maxWidth="5xl">
<Box display="block" width="90vw" maxWidth="5xl" data-chromatic="ignore">
<Vimeo vimeoId="595469877" />
</Box>
),
Expand Down

0 comments on commit 48c5f9c

Please sign in to comment.