Skip to content

Commit af970c7

Browse files
authored
fix: codecept conf
1 parent 3b182a1 commit af970c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/codecept.conf.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const config: CodeceptJS.MainConfig = {
88
show: false,
99
timeout: 10000,
1010
waitForNavigation: 'load',
11-
waitForAction: 10000
11+
waitForTimeout: 10000
1212
}
1313
},
1414
include: {

0 commit comments

Comments
 (0)