Skip to content

web: wait for auth redirects to fix e2e tests

Administrator requested to merge test-e2e into main

Created by: valerybugakov

Context

End-to-end tests started failing recently because of the auth redirects race condition. We relied on the outdated URL in the e2e test logic to perform authentication.

Changes

  • This PR adds a small delay that ensures that redirects are completed.

Merge request reports

Loading