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 263360f commit 74188e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/codecept.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export const config: CodeceptJS.MainConfig = {
Playwright: {
browser: 'chromium',
url: 'http://localhost:8080',
show: false
show: false,
timeout: 10000,
waitForNavigation: 'load'
}
},
include: {
Expand Down

0 comments on commit 74188e8

Please # to comment.