Commit a87e0dac authored by Phil Hughes's avatar Phil Hughes

Fixed failing issuable filter specs

parent ccee2aea
...@@ -95,9 +95,9 @@ describe 'Filter issues', feature: true do ...@@ -95,9 +95,9 @@ describe 'Filter issues', feature: true do
wait_for_ajax wait_for_ajax
page.within '.labels-filter' do page.within '.labels-filter' do
expect(page).to have_content 'No Label' expect(page).to have_content 'Labels'
end end
expect(find('.js-label-select .dropdown-toggle-text')).to have_content('No Label') expect(find('.js-label-select .dropdown-toggle-text')).to have_content('Labels')
end end
it 'should filter by no label' do it 'should filter by no label' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment