Commit 89e37d0b authored by Phil Hughes's avatar Phil Hughes

Fixed failing test

parent 233c2a80
......@@ -530,6 +530,8 @@ describe 'Issue Boards', feature: true, js: true do
expect(page).to have_selector('.card', count: 0)
end
wait_for_vue_resource
page.within(find('.board', match: :first)) do
click_button(bug.title)
wait_for_vue_resource(spinner: false)
......
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