From c1ccd66ad055c01e36f5e37ca7a6cabd94faee28 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Wed, 19 Feb 2025 06:48:49 -0800 Subject: [PATCH] Dummy change --- packages/playwright/src/worker/testInfo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/playwright/src/worker/testInfo.ts b/packages/playwright/src/worker/testInfo.ts index 28b6eb77bd..b62d17558f 100644 --- a/packages/playwright/src/worker/testInfo.ts +++ b/packages/playwright/src/worker/testInfo.ts @@ -70,6 +70,7 @@ export class TestInfoImpl implements TestInfo { readonly _tracing: TestTracing; readonly _floatingPromiseScope: FloatingPromiseScope = new FloatingPromiseScope(); + _wasInterrupted = false; _lastStepId = 0; private readonly _requireFile: string;