summaryrefslogtreecommitdiff
path: root/spec/features/groups/labels/edit_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/labels/edit_spec.rb')
-rw-r--r--spec/features/groups/labels/edit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/labels/edit_spec.rb b/spec/features/groups/labels/edit_spec.rb
index 69281cecb7b..b33040ef843 100644
--- a/spec/features/groups/labels/edit_spec.rb
+++ b/spec/features/groups/labels/edit_spec.rb
@@ -7,7 +7,7 @@ feature 'Edit group label', feature: true do
background do
group.add_owner(user)
- login_as(user)
+ gitlab_sign_in(user)
visit edit_group_label_path(group, label)
end