Commit 50faf222 authored by Sanad Liaquat's avatar Sanad Liaquat

Fix GitHub OAuth e2e spec

parent 696698d3
...@@ -12,9 +12,7 @@ module QA ...@@ -12,9 +12,7 @@ module QA
fill_in 'password', with: QA::Runtime::Env.github_password fill_in 'password', with: QA::Runtime::Env.github_password
click_on 'Sign in' click_on 'Sign in'
unless has_no_text?("Authorize GitLab-OAuth") click_on 'Authorize gitlab-qa' if has_button?('Authorize gitlab-qa')
click_on 'Authorize gitlab-qa' if has_button?('Authorize gitlab-qa')
end
end end
end end
end 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