chore: speculative change to fix the ui mode tests stress (#22510)
This commit is contained in:
parent
1b9e594b40
commit
cdaccdeaf7
|
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
import { ManualPromise } from '../../packages/playwright-core/lib/utils/manualPromise';
|
import { ManualPromise } from '../../packages/playwright-core/lib/utils/manualPromise';
|
||||||
import { test, expect } from './ui-mode-fixtures';
|
import { test, expect } from './ui-mode-fixtures';
|
||||||
test.describe.configure({ mode: 'parallel' });
|
|
||||||
|
|
||||||
test('should update trace live', async ({ runUITest, server }) => {
|
test('should update trace live', async ({ runUITest, server }) => {
|
||||||
const onePromise = new ManualPromise();
|
const onePromise = new ManualPromise();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue