Commit d78fd6df authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update CHANGELOG

parent 5ea01651
......@@ -74,6 +74,7 @@ v 8.8.2
- Fixed issue with enter key selecting wrong option in dropdown. !4210
- When creating a .gitignore file a dropdown with templates will be provided. !4075
- Fix concurrent request when updating build log in browser. !4183
- Bulk assign/unassign labels to issues.
v 8.8.1
- Add documentation for the "Health Check" feature
......
......@@ -92,7 +92,7 @@ feature 'Multiple issue updating from issues#index', feature: true do
find('.dropdown-menu-milestone a', text: "No Milestone").click
click_update_issues_button
expect(find('.issue:first-child')).to_not have_content milestone.title
expect(find('.issue:first-child')).not_to have_content milestone.title
end
end
......
......@@ -79,7 +79,7 @@ describe Issues::BulkUpdateService, services: true do
end
end
context 'when the new assignee ID is not present', focus: true do
context 'when the new assignee ID is not present' do
let(:assignee_id) { nil }
it 'does not unassign' do
......
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