summaryrefslogtreecommitdiff
path: root/spec/features/projects/labels/subscription_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/labels/subscription_spec.rb')
-rw-r--r--spec/features/projects/labels/subscription_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/labels/subscription_spec.rb b/spec/features/projects/labels/subscription_spec.rb
index 3130d87fba5..584dc294f05 100644
--- a/spec/features/projects/labels/subscription_spec.rb
+++ b/spec/features/projects/labels/subscription_spec.rb
@@ -10,7 +10,7 @@ feature 'Labels subscription', feature: true do
context 'when signed in' do
before do
project.team << [user, :developer]
- login_as user
+ gitlab_sign_in user
end
scenario 'users can subscribe/unsubscribe to labels', js: true do