Skip to content
Snippets Groups Projects
Commit ce714d41 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Fix wait_for_ajax in describe block

parent 1885b567
No related merge requests found
Loading
Loading
@@ -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
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