Fix wait_for_ajax in describe block

This commit is contained in:
Luke "Jared" Bennett 2017-05-12 13:13:47 +00:00
parent 1885b567e1
commit ce714d4172
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ describe 'New/edit issue', :feature, :js do
describe 'multiple assignees' do
before do
click_button 'Unassigned'
wait_for_ajax
end
wait_for_ajax
it 'unselects other assignees when unassigned is selected' do
page.within '.dropdown-menu-user' do