From a2b332463c165ae228118d3ec8f4b1f58e2b8527 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Mon, 26 Feb 2024 11:49:24 +0100 Subject: [PATCH] fix: e2e command --- test/e2e/codecept.conf.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/codecept.conf.ts b/test/e2e/codecept.conf.ts index 474f125..578bd55 100644 --- a/test/e2e/codecept.conf.ts +++ b/test/e2e/codecept.conf.ts @@ -7,7 +7,8 @@ export const config: CodeceptJS.MainConfig = { url: 'http://localhost:8080', show: false, timeout: 10000, - waitForNavigation: 'load' + waitForNavigation: 'load', + waitForAction: 10000 } }, include: {