fix with main

This commit is contained in:
Simon Knott 2024-09-17 16:33:51 +02:00
parent 922a395def
commit 0bfe8407ce
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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);