From 659e6f32d3d8e25f473c8a7413e5c6a0d19e41f6 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Mon, 29 Jan 2018 08:37:56 -0700 Subject: Fix labels specs --- spec/features/projects/labels/update_prioritization_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/projects/labels/update_prioritization_spec.rb') 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') -- cgit v1.2.1