Fix GitHub OAuth e2e spec
This commit is contained in:
parent
696698d34b
commit
50faf22224
1 changed files with 1 additions and 3 deletions
2
qa/qa/vendor/github/page/login.rb
vendored
2
qa/qa/vendor/github/page/login.rb
vendored
|
@ -12,7 +12,6 @@ module QA
|
|||
fill_in 'password', with: QA::Runtime::Env.github_password
|
||||
click_on 'Sign in'
|
||||
|
||||
unless has_no_text?("Authorize GitLab-OAuth")
|
||||
click_on 'Authorize gitlab-qa' if has_button?('Authorize gitlab-qa')
|
||||
end
|
||||
end
|
||||
|
@ -20,4 +19,3 @@ module QA
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue