Commit a322a5e7 authored by Valery Sizov's avatar Valery Sizov

Fix of spec/features/boards/multiple_boards_spec.rb

parent 76301508
......@@ -128,7 +128,7 @@ describe 'Multiple Issue Boards', feature: true, js: true do
wait_for_requests
expect(page).to have_selector('.board', count: 2)
expect(page).to have_selector('.board', count: 3)
click_button board2.name
......@@ -138,7 +138,7 @@ describe 'Multiple Issue Boards', feature: true, js: true do
wait_for_requests
expect(page).to have_selector('.board', count: 1)
expect(page).to have_selector('.board', count: 2)
end
end
......
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