We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cf721 commit 1ce1028Copy full SHA for 1ce1028
e2e/components/Dialog.test.ts
@@ -58,6 +58,7 @@ test.describe('Dialog', () => {
58
const isDialogOpen = await page.locator('role=dialog').isVisible()
59
if (!isDialogOpen) {
60
await page.getByRole('button', {name: 'Show dialog'}).click()
61
+ await page.waitForTimeout(1000)
62
}
63
expect(await page.screenshot({animations: 'disabled'})).toMatchSnapshot(
64
`Dialog.${story.title}.${theme}.png`,
0 commit comments