Skip to content

Commit a2b3324

Browse files
committed
fix: e2e command
1 parent 6b51602 commit a2b3324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/codecept.conf.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export const config: CodeceptJS.MainConfig = {
77
url: 'http://localhost:8080',
88
show: false,
99
timeout: 10000,
10-
waitForNavigation: 'load'
10+
waitForNavigation: 'load',
11+
waitForAction: 10000
1112
}
1213
},
1314
include: {

0 commit comments

Comments
 (0)