mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: speculative windows cli fix (#20801)
This commit is contained in:
parent
e1f287f255
commit
69c4653c6b
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user