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 584dc294f05..0ee8553b6c8 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]
- gitlab_sign_in user
+ sign_in user
end
scenario 'users can subscribe/unsubscribe to labels', js: true do