Skip to content

Commit

Permalink
fixup! console,account: Apply various fixes to make cypress pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiffer committed Jun 30, 2023
1 parent 6a3105a commit b8f7d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
uses: cypress-io/github-action@v4
if: steps.get-failed-spec.outputs.failed-test != ''
with:
config-file: config/cypress.config.json
config-file: config/cypress.config.js
config: baseUrl=https://localhost:8885
record: true
parallel: true
Expand All @@ -183,7 +183,7 @@ jobs:
- name: Run frontend end-to-end tests
uses: cypress-io/github-action@v4
with:
config-file: config/cypress.config.json
config-file: config/cypress.config.js
config: baseUrl=https://localhost:8885
record: true
parallel: true
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Run end-to-end smoke tests (Firefox)
uses: cypress-io/github-action@v4
with:
config-file: config/cypress.config.json
config-file: config/cypress.config.js
config: baseUrl=https://localhost:8885
browser: firefox
record: true
Expand Down

0 comments on commit b8f7d79

Please sign in to comment.