Improve scenario description for the group labels subscription spec
This commit is contained in:
parent
46e4c96616
commit
fe17b11736
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue