Skip to content

Commit

Permalink
Restore full test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Sep 26, 2024
1 parent 5f7609d commit 164f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright/tests/ignored-regions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { test, expect } from '../src';
// with the automated test suite.
test.describe('ignore regions', () => {
test.use({ ignore: ['.custom-ignore'] });
test('work with chromatic', async ({ page }) => {
test('ignored regions work with chromatic', async ({ page }) => {
test.setTimeout(2000);
await page.goto('/ignore');
await setTimeout(() => {}, 1000);
Expand Down

0 comments on commit 164f7d4

Please sign in to comment.