Commit 3fa40333 authored by Eric Eastwood's avatar Eric Eastwood

Fix transient remove from board and see milestone removed spec

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/2660
parent 6656d92a
...@@ -109,14 +109,9 @@ describe 'Board with milestone', :feature, :js do ...@@ -109,14 +109,9 @@ describe 'Board with milestone', :feature, :js do
first('.card .card-number').click first('.card .card-number').click
click_button('Remove from board') click_button('Remove from board')
wait_for_requests
visit namespace_project_issue_path(project.namespace, project, issue) expect(issue.reload.milestone).to be_nil
expect(page).to have_content('removed milestone')
page.within('.milestone.block') do
expect(page).to have_content('None')
end
end end
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