diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-01-29 08:37:56 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-01-30 13:26:35 -0700 |
commit | 659e6f32d3d8e25f473c8a7413e5c6a0d19e41f6 (patch) | |
tree | f10b33ed62f9a8a004088b1d7986535da36c5bbb /spec/features/projects/labels | |
parent | 0ef1a582b625f7f6f52e377fc62dc526da34cfb6 (diff) | |
download | gitlab-ce-659e6f32d3d8e25f473c8a7413e5c6a0d19e41f6.tar.gz |
Fix labels specs
Diffstat (limited to 'spec/features/projects/labels')
-rw-r--r-- | spec/features/projects/labels/update_prioritization_spec.rb | 2 |
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') |