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.
2 parents 80e2d9d + 61165e5 commit 0f30134Copy full SHA for 0f30134
e2e/components/IconButton.test.ts
@@ -45,9 +45,9 @@ const stories = [
45
disableAnimations: true,
46
async setup(page: Page) {
47
await page.keyboard.press('Tab') // focus on icon button
48
- await page.getByText('Bold').waitFor({
49
- state: 'visible',
50
- })
+ await page.getByText('Bold').waitFor({state: 'visible'})
+ // eslint-disable-next-line playwright/no-wait-for-timeout
+ await page.waitForTimeout(1000) // wait until after "tooltip delay" for a stable screenshot
51
},
52
53
{
0 commit comments