Skip to content

Commit

Permalink
chore(ops): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 21, 2023
1 parent 3e3f5c2 commit cbbdb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
record: true
parallel: true
start: npm run start:web
wait-on: "http://localhost:19000"
wait-on: "http://localhost:8081"
browser: chrome
spec: mobile-app/cypress/e2e/**
tag: ${{ github.event_name }}
Expand Down
2 changes: 1 addition & 1 deletion mobile-app/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = defineConfig({
// eslint-disable-next-line global-require
return require("./cypress/plugins/index")(on, config);
},
baseUrl: "http://localhost:19000",
baseUrl: "http://localhost:8081",
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
excludeSpecPattern:[

Expand Down

0 comments on commit cbbdb5d

Please sign in to comment.