Skip to content

Commit

Permalink
ci: fix flaky Chromatic test by ignoring video iframe (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
unekinn authored Oct 10, 2024
1 parent 6853353 commit 9f28f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export const Video: Story = () => (
<Card color='neutral' style={{ maxWidth: '320px' }}>
<Card.Block>
<iframe
data-chromatic='ignore'
src='https://player.vimeo.com/video/863563441?app_id=122963&amp;title=0&amp;byline=0&amp;portrait=0&amp;dnt=1'
width='320px'
height='179px'
Expand Down

0 comments on commit 9f28f87

Please sign in to comment.