Fix group SAML e2e spec expectation

parent 6e289e0f
......@@ -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