Commit 1857934e authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-transient-board-issue-remove-spec' into 'master'

Fix transient remove issue from board and see milestone removed spec

Closes #2660

See merge request !2139
parents 20ac0681 3fa40333
......@@ -109,14 +109,9 @@ describe 'Board with milestone', :feature, :js do
first('.card .card-number').click
click_button('Remove from board')
wait_for_requests
visit namespace_project_issue_path(project.namespace, project, issue)
expect(page).to have_content('removed milestone')
page.within('.milestone.block') do
expect(page).to have_content('None')
end
expect(issue.reload.milestone).to be_nil
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