Commit f1944fbe authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-jsl-fix-wait-on-group-saml-sso-spec' into 'master'

Fix wait_until method on group saml sso spec

See merge request gitlab-org/gitlab!23477
parents 51de613f 35b5166a
......@@ -338,7 +338,7 @@ module QA
def logout_from_idp
page.visit EE::Runtime::Saml.idp_sign_out_url
Support::Waiter.wait { current_url == EE::Runtime::Saml.idp_signed_out_url }
Support::Waiter.wait_until { current_url == EE::Runtime::Saml.idp_signed_out_url }
end
def reset_idp_session
......
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