Commit bef2f2b2 authored by Mark Lapierre's avatar Mark Lapierre

Remove Geo sign out workaround

The need for the workaround was fixed

See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22113
parent 82d298f3
......@@ -12,12 +12,6 @@ module QA
yield
# Workaround for a bug preventing sign out from secondary nodes
# See https://gitlab.com/gitlab-org/gitlab/issues/198289
if address == :geo_secondary
Runtime::Browser.visit(:geo_primary, Page::Dashboard::Projects)
end
Page::Main::Menu.perform(&:sign_out)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment