fix :: strange intervals

This commit is contained in:
osohyun0224 2024-09-11 17:55:05 +09:00
parent 2d9a489e28
commit 8eb9a21c14

View file

@ -2,6 +2,7 @@
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';
import type { Page } from '@playwright/test'; import type { Page } from '@playwright/test';
test.describe.configure({ mode: 'parallel' }); test.describe.configure({ mode: 'parallel' });
test.beforeEach(async ({ page }) => { test.beforeEach(async ({ page }) => {