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
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-06-23 21:31:02 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-06-26 23:55:52 +0300
commitfe17b11736592c3b25b3a07a0ec9494f98e8bd4e (patch)
tree109f45169174f88cfa84a369ad062050cefce03a /spec/features/groups/labels
parent46e4c966168f212eb647aa0d2622a025bcd2bd75 (diff)
Improve scenario description for the group labels subscription spec
Diffstat (limited to 'spec/features/groups/labels')
-rw-r--r--spec/features/groups/labels/subscription_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/labels/subscription_spec.rb b/spec/features/groups/labels/subscription_spec.rb
index 1e19f781644..8b891c52d08 100644
--- a/spec/features/groups/labels/subscription_spec.rb
+++ b/spec/features/groups/labels/subscription_spec.rb
@@ -11,7 +11,7 @@ feature 'Labels subscription', feature: true do
gitlab_sign_in user
end
- scenario 'users can subscribe/unsubscribe to labels', js: true do
+ scenario 'users can subscribe/unsubscribe to group labels', js: true do
visit group_labels_path(group)
expect(page).to have_content('feature')