Skip to content

Commit

Permalink
πŸͺŸπŸ”§ use https instead of http for localhost:3000 in e2e webapp tests (#…
Browse files Browse the repository at this point in the history
…21874)

* use https instead of http for localhost:3000 in e2e webapp tests

* Undo changes to :8000 urls
  • Loading branch information
lmossman authored Jan 25, 2023
1 parent 6801049 commit fe4f37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-webapp-e2e-tests/cypress.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectId": "916nvw",
"baseUrl": "http://localhost:3000",
"baseUrl": "https://localhost:3000",
"testFiles": ["**/*.spec.*"],
"viewportHeight": 800,
"viewportWidth": 1280,
Expand All @@ -14,6 +14,6 @@
"host": "localhost",
"database": "airbyte_ci_source",
"password": "secret_password",
"port":5433
"port": 5433
}
}

0 comments on commit fe4f37c

Please sign in to comment.