fix with main
This commit is contained in:
parent
922a395def
commit
0bfe8407ce
|
|
@ -827,10 +827,9 @@ test('should stop testrun on pressing escape', async ({ runWatchTest }) => {
|
||||||
});
|
});
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
// add once https://github.com/microsoft/playwright/pull/32583 lands
|
await testProcess.waitForOutput('Waiting for file changes.');
|
||||||
// await testProcess.waitForOutput('Waiting for file changes.');
|
testProcess.clearOutput();
|
||||||
// testProcess.clearOutput();
|
testProcess.write('\r\n');
|
||||||
// testProcess.write('\r\n');
|
|
||||||
|
|
||||||
await testProcess.waitForOutput('Running 1 test');
|
await testProcess.waitForOutput('Running 1 test');
|
||||||
await timers.setTimeout(500);
|
await timers.setTimeout(500);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue