Update tests for rails-dom-testing 2.3.0 whitespace collapsing (#42756).

Patch by Katsuya HIDAKA (user:hidakatsuya).


git-svn-id: https://svn.redmine.org/redmine/trunk@23784 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-05-23 05:44:05 +00:00
parent 704d224b3e
commit bc12a74a5c
5 changed files with 8 additions and 8 deletions

View File

@@ -1737,7 +1737,7 @@ class IssuesControllerTest < Redmine::ControllerTest
assert_select 'td.last_notes[colspan="4"]', :text => 'Some notes with Redmine links: #2, r2.'
assert_select(
'td.last_notes[colspan="4"]',
:text => 'A comment with inline image: and a reference to #1 and r2.'
:text => 'A comment with inline image: and a reference to #1 and r2.'
)
get(
:index,