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

tests update

parent f849ef79
Branches
Tags
1 merge request!6208Fixed issue board label filtering not removing labels
Loading
@@ -474,12 +474,14 @@ describe 'Issue Boards', feature: true, js: true do
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment