Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Jan 13, 2025
1 parent 33870b0 commit cf1b9c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/react/src/VideoPlayer/VideoPlayer.visual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,13 @@ test.describe('Visual Comparison: VideoPlayer', () => {
await page.waitForTimeout(500)
expect(await page.screenshot({fullPage: true})).toMatchSnapshot()
})

test('VideoPlayer / Tooltip Visible On Focus', async ({page}) => {
await page.goto(
'http://localhost:6006/iframe.html?args=&id=components-videoplayer-features--tooltip-visible-on-focus&viewMode=story',
)

await page.waitForTimeout(500)
expect(await page.screenshot({fullPage: true})).toMatchSnapshot()
})
})
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf1b9c9

Please sign in to comment.