From 25191303e3b4bc9c4aa429382ce09663240967ef Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 17 Sep 2024 16:37:54 +0200 Subject: [PATCH] fix another test --- tests/playwright-test/watch.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright-test/watch.spec.ts b/tests/playwright-test/watch.spec.ts index 93eb9b059c..43d7896aee 100644 --- a/tests/playwright-test/watch.spec.ts +++ b/tests/playwright-test/watch.spec.ts @@ -403,6 +403,7 @@ test('should re-run failed tests on F > R', async ({ runWatchTest }) => { await testProcess.waitForOutput('npx playwright test (running failed tests) #2'); await testProcess.waitForOutput('c.test.ts:3:11 › fails'); expect(testProcess.output).not.toContain('a.test.ts:3:11'); + await testProcess.waitForOutput('Waiting for file changes.'); testProcess.clearOutput(); testProcess.write('r'); await testProcess.waitForOutput('npx playwright test (re-running tests) #3');