Commit a7a49b63 authored by Valery Sizov's avatar Valery Sizov

[multiple issue assignees] fix spec/features/issues_spec.rb

parent 89ab47cd
...@@ -437,9 +437,13 @@ describe 'Issues', feature: true do ...@@ -437,9 +437,13 @@ describe 'Issues', feature: true do
click_link 'Edit' click_link 'Edit'
click_link 'Unassigned' click_link 'Unassigned'
first('.title').click
expect(page).to have_content 'No assignee' expect(page).to have_content 'No assignee'
end end
# wait_for_ajax does not work with vue-resource at the moment
sleep 1
expect(issue.reload.assignees).to be_empty expect(issue.reload.assignees).to be_empty
end end
......
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