Commit e13242f0 authored by charlieablett's avatar charlieablett

Make board weight filter tests pass

parent 95b15ae8
...@@ -177,7 +177,7 @@ describe 'Scoped issue boards', :js do ...@@ -177,7 +177,7 @@ describe 'Scoped issue boards', :js do
it 'creates board filtering by "None" weight' do it 'creates board filtering by "None" weight' do
create_board_weight('None') create_board_weight('None')
expect(page).to have_selector('.board-card', count: 4) expect(page).to have_selector('.board-card', count: 5)
end end
it 'displays dot highlight and tooltip' do it 'displays dot highlight and tooltip' 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