Commit eb210caa authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-fix-group-saml-spec-expectation-text' into 'master'

Fix group SAML e2e spec expectation

See merge request gitlab-org/gitlab!64906
parents d7d7095e e7ad23a6
......@@ -42,7 +42,7 @@ module QA
Flow::Saml.login_to_idp_if_required(idp_user.username, idp_user.password)
expect(page).to have_text("You have to confirm your email address before continuing")
expect(page).to have_text("Please confirm your email address")
QA::Flow::User.confirm_user(user)
......@@ -82,7 +82,7 @@ module QA
Flow::Saml.login_to_idp_if_required(idp_user.username, idp_user.password)
expect(page).to have_text("You have to confirm your email address before continuing")
expect(page).to have_text("Please confirm your email address")
end
after do
......
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