Skip to content

Commit

Permalink
fix: codecept conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Feb 26, 2024
1 parent 3b182a1 commit af970c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/codecept.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const config: CodeceptJS.MainConfig = {
show: false,
timeout: 10000,
waitForNavigation: 'load',
waitForAction: 10000
waitForTimeout: 10000
}
},
include: {
Expand Down

0 comments on commit af970c7

Please sign in to comment.