chore: speculative windows cli fix (#20801)

This commit is contained in:
Pavel Feldman 2023-02-09 16:04:07 -08:00 committed by GitHub
parent e1f287f255
commit 69c4653c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,8 +208,8 @@ test('should respect project filter C', async ({ runWatchTest }) => {
testProcess.clearOutput();
testProcess.write('c');
await testProcess.waitForOutput('Select projects');
await testProcess.waitForOutput('foo');
await testProcess.waitForOutput('bar');
await testProcess.waitForOutput('foo');
await testProcess.waitForOutput('bar');
testProcess.write(' ');
testProcess.write('\r\n');
await testProcess.waitForOutput('npx playwright test --project foo #1');