Skip to content

Fix failing Geo wiki test

Jennifer Louie requested to merge qa-fix-nightly-failure-144 into master

What does this MR do?

Addresses failure in nightly pipeline: https://gitlab.com/gitlab-org/quality/nightly/issues/144

This MR addresses the causes for the first failure and the failure on retry:

  • First failure was due to a change in redirect path for http pushes to secondary node (see !16874 (merged) for similar fix)

  • The failure on retry happened because the user was still logged into the secondary node when trying to sign in; the tests expects the login page but instead it was redirected to the dashboard projects page. There is now an after hook that signs out the user at after the test (similar to qa/specs/features/ee/browser_ui/geo/http_push_to_secondary_spec.rb#L11)

Merge request reports