From 1157f622f34814e697e3cf012301f86543b94ff3 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 24 Jun 2021 23:28:01 -0700 Subject: [PATCH] fix(test-runner): default @playwright/test timeout to 0 (#7312) All actions for the `@playwright/test` actions inside test should have default 0 timeout. This way they will never clash with the test timeout. --- src/test/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/index.ts b/src/test/index.ts index 2fd820706c..c53f99cc4b 100644 --- a/src/test/index.ts +++ b/src/test/index.ts @@ -39,6 +39,7 @@ export const test = _baseTest.extend allPages.push(page));