Skip to content

Commit 67727af

Browse files
authored
Add select page bavk to VR tests (#793)
1 parent fd0e42d commit 67727af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/playground/tests/visual-regression.spec.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -525,14 +525,14 @@ test.describe('visual regression', () => {
525525
});
526526
});
527527

528-
// test('/sink/select', async ({ page }) => {
529-
// await page.goto('/sink/select');
530-
// await page.waitForLoadState('networkidle');
531-
// await expect(page).toHaveScreenshot('sink-select.png', {
532-
// fullPage: true,
533-
// animations: 'disabled',
534-
// });
535-
// });
528+
test('/sink/select', async ({ page }) => {
529+
await page.goto('/sink/select');
530+
await page.waitForLoadState('networkidle');
531+
await expect(page).toHaveScreenshot('sink-select.png', {
532+
fullPage: true,
533+
animations: 'disabled',
534+
});
535+
});
536536

537537
test('/sink/separator', async ({ page }) => {
538538
await page.goto('/sink/separator');

0 commit comments

Comments
 (0)