diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2018-09-17 16:52:44 -0400 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2018-09-17 16:52:44 -0400 |
commit | 0337208f719213cfa5c2c92355d118dd67f1b27e (patch) | |
tree | d80b8cafd0e50bb4111f7e22c56c0710ef170527 /qa | |
parent | 99c3d45e6f56ff5fef8b2ad03b1bad25f66419eb (diff) | |
download | gitlab-ce-0337208f719213cfa5c2c92355d118dd67f1b27e.tar.gz |
Fix: set initial password even if using admin credentials
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/main/login.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/page/main/login.rb b/qa/qa/page/main/login.rb index 08cf8da34fd..4e9506a7dc8 100644 --- a/qa/qa/page/main/login.rb +++ b/qa/qa/page/main/login.rb @@ -66,6 +66,8 @@ module QA end using_wait_time 0 do + set_initial_password_if_present + sign_in_using_gitlab_credentials(admin) end |