Commit 70451ff0 authored by Phil Hughes's avatar Phil Hughes

tests update

parent f849ef79
...@@ -474,12 +474,14 @@ describe 'Issue Boards', feature: true, js: true do ...@@ -474,12 +474,14 @@ describe 'Issue Boards', feature: true, js: true do
page.within '.dropdown-menu-labels' do page.within '.dropdown-menu-labels' do
click_link(testing.title) click_link(testing.title)
wait_for_vue_resource(spinner: false)
end end
expect(page).to have_css('input[name="label_name[]"]', visible: false) expect(page).to have_css('input[name="label_name[]"]', visible: false)
page.within '.dropdown-menu-labels' do page.within '.dropdown-menu-labels' do
click_link(testing.title) click_link(testing.title)
wait_for_vue_resource(spinner: false)
end end
expect(page).not_to have_css('input[name="label_name[]"]', visible: false) expect(page).not_to have_css('input[name="label_name[]"]', visible: 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