summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/archived_projects_spec.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-06-20 01:29:22 +0000
committerDouwe Maan <douwe@gitlab.com>2017-06-20 01:29:22 +0000
commit1c64fa08aeab7e56a4bef7da24840b12eb03b9ac (patch)
treec4f4d6ff1de611e6f7ed65ce51984d5b2fd87edd /spec/features/dashboard/archived_projects_spec.rb
parent8d714b0788669451d9e7b2debd232247099434c8 (diff)
parent31ce89b1ac772caea0c52b0284ec173b724a91c5 (diff)
downloadgitlab-ce-1c64fa08aeab7e56a4bef7da24840b12eb03b9ac.tar.gz
Merge branch 'rs-gitlab_sign_in' into 'master'
Prepare for bypassing GitLab sign in in feature specs See merge request !11913
Diffstat (limited to 'spec/features/dashboard/archived_projects_spec.rb')
-rw-r--r--spec/features/dashboard/archived_projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/archived_projects_spec.rb b/spec/features/dashboard/archived_projects_spec.rb
index f33bcbb5318..a5ba3e7e3cf 100644
--- a/spec/features/dashboard/archived_projects_spec.rb
+++ b/spec/features/dashboard/archived_projects_spec.rb
@@ -9,7 +9,7 @@ RSpec.describe 'Dashboard Archived Project', feature: true do
project.team << [user, :master]
archived_project.team << [user, :master]
- login_as(user)
+ gitlab_sign_in(user)
visit dashboard_projects_path
end