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: {