Skip to content

Commit

Permalink
Update toolbar.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy authored Sep 5, 2024
1 parent 096eeb7 commit ea28254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/toolbar/toolbar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test.describe('Toolbar tests', () => {
test('should match the visual snapshot in percy', async ({ page, browserName }) => {
if (browserName !== 'chromium') return;
await page.waitForLoadState();
await page.waitForLoadState();
await percySnapshot(page, 'toolbar-light');
});
});
Expand Down

0 comments on commit ea28254

Please sign in to comment.