chore: speculative change to fix the ui mode tests stress (#22510)

This commit is contained in:
Pavel Feldman 2023-04-20 08:18:09 -07:00 committed by GitHub
parent 1b9e594b40
commit cdaccdeaf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@
import { ManualPromise } from '../../packages/playwright-core/lib/utils/manualPromise';
import { test, expect } from './ui-mode-fixtures';
test.describe.configure({ mode: 'parallel' });
test('should update trace live', async ({ runUITest, server }) => {
const onePromise = new ManualPromise();