summaryrefslogtreecommitdiff
path: root/spec/features/projects/labels/update_prioritization_spec.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-29 08:37:56 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-30 13:26:35 -0700
commit659e6f32d3d8e25f473c8a7413e5c6a0d19e41f6 (patch)
treef10b33ed62f9a8a004088b1d7986535da36c5bbb /spec/features/projects/labels/update_prioritization_spec.rb
parent0ef1a582b625f7f6f52e377fc62dc526da34cfb6 (diff)
downloadgitlab-ce-659e6f32d3d8e25f473c8a7413e5c6a0d19e41f6.tar.gz
Fix labels specs
Diffstat (limited to 'spec/features/projects/labels/update_prioritization_spec.rb')
-rw-r--r--spec/features/projects/labels/update_prioritization_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/labels/update_prioritization_spec.rb b/spec/features/projects/labels/update_prioritization_spec.rb
index 85bd776932b..ae8b1364ec7 100644
--- a/spec/features/projects/labels/update_prioritization_spec.rb
+++ b/spec/features/projects/labels/update_prioritization_spec.rb
@@ -99,7 +99,7 @@ feature 'Prioritize labels' do
expect(page).to have_content 'wontfix'
# Sort labels
- drag_to(selector: '.js-prioritized-labels', from_index: 1, to_index: 2)
+ drag_to(selector: '.label-list-item', from_index: 1, to_index: 2)
page.within('.prioritized-labels') do
expect(first('li')).to have_content('feature')