diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-06-23 15:31:02 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-06-26 17:55:52 -0300 |
commit | fe17b11736592c3b25b3a07a0ec9494f98e8bd4e (patch) | |
tree | 109f45169174f88cfa84a369ad062050cefce03a /spec | |
parent | 46e4c966168f212eb647aa0d2622a025bcd2bd75 (diff) | |
download | gitlab-ce-fe17b11736592c3b25b3a07a0ec9494f98e8bd4e.tar.gz |
Improve scenario description for the group labels subscription spec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/groups/labels/subscription_spec.rb | 2 |
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') |