Remove overrides that inserts a non-breaking space (nbsp) to empty option elements (#40210).

Patch by Go MAEDA (maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@22701 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2024-02-10 10:28:35 +00:00
parent 759bececdd
commit f59ac49dea
2 changed files with 0 additions and 34 deletions

View File

@@ -177,10 +177,6 @@ class BoardsControllerTest < Redmine::ControllerTest
assert_select 'option[value=""]'
assert_select 'option[value="1"]', :text => 'Help'
end
# &nbsp; replaced by nokogiri, not easy to test in DOM assertions
assert_not_include '<option value=""></option>', response.body
assert_include '<option value="">&nbsp;</option>', response.body
end
def test_new_without_project_boards