Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2018-09-17 23:52:44 +0300
committerMark Lapierre <mlapierre@gitlab.com>2018-09-17 23:52:44 +0300
commit0337208f719213cfa5c2c92355d118dd67f1b27e (patch)
treed80b8cafd0e50bb4111f7e22c56c0710ef170527 /qa
parent99c3d45e6f56ff5fef8b2ad03b1bad25f66419eb (diff)
Fix: set initial password even if using admin credentials
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/main/login.rb2
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