Commit ca9ef52a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ml-qa-retry-fork-project-fix' into 'master'

QA: Revisit the login page when attempt to retry login

See merge request gitlab-org/gitlab-ce!22061
parents 32bba60c 5919c8fb
......@@ -37,7 +37,7 @@ module QA
puts "Not signed in. Attempting to sign in again."
Capybara::Screenshot.screenshot_and_save_page
Page::Menu::Main.act { sign_out }
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform do |login|
login.sign_in_using_credentials(user)
......
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