Commit ce714d41 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix wait_for_ajax in describe block

parent 1885b567
...@@ -27,9 +27,9 @@ describe 'New/edit issue', :feature, :js do ...@@ -27,9 +27,9 @@ describe 'New/edit issue', :feature, :js do
describe 'multiple assignees' do describe 'multiple assignees' do
before do before do
click_button 'Unassigned' click_button 'Unassigned'
wait_for_ajax
end end
wait_for_ajax
it 'unselects other assignees when unassigned is selected' do it 'unselects other assignees when unassigned is selected' do
page.within '.dropdown-menu-user' do page.within '.dropdown-menu-user' do
......
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