Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪟🔧 use https instead of http for localhost:3000 in e2e webapp tests #21874

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

lmossman
Copy link
Contributor

@lmossman lmossman commented Jan 25, 2023

What

The switch to Vite caused local E2E tests to be unable to run successfully, as they were trying to use http://localhost:3000, instead of https://localhost:3000, which is now required.

How

This PR fixes the issue by switching http to https for that baseUrl

@octavia-squidington-iv octavia-squidington-iv added the area/frontend Related to the Airbyte webapp label Jan 25, 2023
@lmossman lmossman marked this pull request as ready for review January 25, 2023 19:49
@lmossman lmossman changed the title use https instead of http for localhost:3000 in e2e webapp tests 🪟🔧 use https instead of http for localhost:3000 in e2e webapp tests Jan 25, 2023
Copy link
Contributor

@josephkmh josephkmh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants