diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-28 09:26:46 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-28 09:26:46 +0000 |
commit | b9f72246c93337366a50440521f8559a9fb4c57c (patch) | |
tree | bfdc87e1b5506aaa7e85a5b7e00aec813f86109a /test/helpers | |
parent | 022ee12101df5176290d84aa45f8f70548b4a83c (diff) | |
download | redmine-b9f72246c93337366a50440521f8559a9fb4c57c.tar.gz redmine-b9f72246c93337366a50440521f8559a9fb4c57c.zip |
Fixes failing test (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23086 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers')
-rw-r--r-- | test/helpers/application_helper_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index bad102c20..e5f97739b 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1716,7 +1716,7 @@ class ApplicationHelperTest < Redmine::HelperTest Regexp.new( '<div class="contextual heading-2" title="Edit this section" id="section-4">' \ '<a class="icon-only icon-edit" href="/projects/1/wiki/Test/edit\?section=4">' \ - '<svg class="s14" aria-hidden="true"><use href="\/assets\/icons-.*.svg#icon--edit"></use></svg>' \ + '<svg class="s18" aria-hidden="true"><use href="\/assets\/icons-.*.svg#icon--edit"></use></svg>' \ '<span class="icon-label">Edit this section</span>' \ '</a></div>' \ '<a name="Subtitle-with-inline-code"></a>' \ @@ -1731,7 +1731,7 @@ class ApplicationHelperTest < Redmine::HelperTest Regexp.new( '<div class="contextual heading-2" title="Edit this section" id="section-5">' \ '<a class="icon-only icon-edit" href="/projects/1/wiki/Test/edit\?section=5">' \ - '<svg class="s14" aria-hidden="true"><use href="\/assets\/icons-.*.svg#icon--edit"></use></svg>' \ + '<svg class="s18" aria-hidden="true"><use href="\/assets\/icons-.*.svg#icon--edit"></use></svg>' \ '<span class="icon-label">Edit this section</span>' \ '</a></div>' \ '<a name="Subtitle-after-pre-tag"></a>' \ |