diff --git a/.github/workflows/e2e-cypress-tests.yml b/.github/workflows/e2e-cypress-tests.yml index 64dfa3878..466c2b32d 100644 --- a/.github/workflows/e2e-cypress-tests.yml +++ b/.github/workflows/e2e-cypress-tests.yml @@ -51,7 +51,7 @@ jobs: with: working-directory: e2e-tests record: true - wait-on: 'http://localhost:8080/' + wait-on: 'http://localhost:8000/' env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}