Skip to content

Commit

Permalink
fix(ci): e2e test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed Jun 30, 2024
1 parent 193b490 commit 781ecec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint-fix": "eslint src --ext .js,.ts,.vue --fix",
"save-bundle-size": "node scripts/save-bundle-size.mjs",
"e2e-test": "cd ./tests && npm i && npx playwright install && npx codeceptjs run-workers 3",
"ci-test": "start-server-and-test dev http://localhost:5173 e2e-test"
"ci-test": "start-server-and-test dev http://127.0.0.1:5173 e2e-test"
},
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tests/codecept.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const config: CodeceptJS.MainConfig = {
helpers: {
Playwright: {
browser: 'chromium',
url: 'http://localhost:5173',
url: 'http://127.0.0.1:5173',
show: false,
waitForNavigation: 'load',
waitForTimeout: 5000,
Expand Down

0 comments on commit 781ecec

Please sign in to comment.