summaryrefslogtreecommitdiff
path: root/spec/features/groups/labels/index_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/labels/index_spec.rb')
-rw-r--r--spec/features/groups/labels/index_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/labels/index_spec.rb b/spec/features/groups/labels/index_spec.rb
index 3de29231f5c..68f03368989 100644
--- a/spec/features/groups/labels/index_spec.rb
+++ b/spec/features/groups/labels/index_spec.rb
@@ -24,6 +24,6 @@ RSpec.describe 'Group labels' do
end
it 'shows an edit label button', :js do
- expect(page).to have_selector('.label-action.edit')
+ expect(page).to have_selector('.edit')
end
end