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

Fix e2e tests failing in Firefox #22022

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Fix e2e tests failing in Firefox #22022

merged 1 commit into from
Apr 12, 2023

Conversation

JReinhold
Copy link
Contributor

@JReinhold JReinhold commented Apr 11, 2023

e2e tests are consistently failing in StoryStore v6 sandboxes because Firefox is slower to update the URL than expected. This changes the logic to wait for the URL to change, instead of asserting it's state immediately.

This might not fix all the CI fails, but it fixes some of them at least.

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
  • Make sure to add/update documentation regarding your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Maintainers

  • If this PR should be tested against many or all sandboxes,
    make sure to add the ci:merged or ci:daily GH label to it.
  • Make sure this PR contains one of the labels below.

["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]

@JReinhold JReinhold added ci:daily Run the CI jobs that normally run in the daily job. patch:yes Bugfix & documentation PR that need to be picked to main branch build Internal-facing build tooling & test updates labels Apr 11, 2023
@JReinhold JReinhold requested a review from yannbf April 11, 2023 21:29
@JReinhold JReinhold changed the title WIP: Fix e2e tests Fix e2e tests Apr 11, 2023
@JReinhold JReinhold changed the title Fix e2e tests Fix e2e tests failing in Firefox Apr 11, 2023
@ndelangen ndelangen merged commit eb3c849 into next Apr 12, 2023
@ndelangen ndelangen deleted the fix-e2e-tests branch April 12, 2023 07:10
@shilman shilman added the patch:done Patch/release PRs already cherry-picked to main/release branch label Apr 12, 2023
shilman pushed a commit that referenced this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Internal-facing build tooling & test updates ci:daily Run the CI jobs that normally run in the daily job. patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants