Skip to content

Commit

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

0 comments on commit a2b3324

Please sign in to comment.