Skip to content
Snippets Groups Projects
Commit 89e37d0b authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed failing test

parent 233c2a80
No related branches found
No related tags found
No related merge requests found
Loading
@@ -530,6 +530,8 @@ describe 'Issue Boards', feature: true, js: true do
Loading
@@ -530,6 +530,8 @@ describe 'Issue Boards', feature: true, js: true do
expect(page).to have_selector('.card', count: 0) expect(page).to have_selector('.card', count: 0)
end end
   
wait_for_vue_resource
page.within(find('.board', match: :first)) do page.within(find('.board', match: :first)) do
click_button(bug.title) click_button(bug.title)
wait_for_vue_resource(spinner: false) wait_for_vue_resource(spinner: false)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment