From af970c72dc740a0da795b74d27667cb93019841f Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:10:01 +0100 Subject: [PATCH] fix: codecept conf --- test/e2e/codecept.conf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/codecept.conf.ts b/test/e2e/codecept.conf.ts index 578bd55..e53e30a 100644 --- a/test/e2e/codecept.conf.ts +++ b/test/e2e/codecept.conf.ts @@ -8,7 +8,7 @@ export const config: CodeceptJS.MainConfig = { show: false, timeout: 10000, waitForNavigation: 'load', - waitForAction: 10000 + waitForTimeout: 10000 } }, include: {