From 95f6f37d1a3d180ba9adc94958d91577191ca487 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 4 Mar 2022 13:27:23 +0000 Subject: [PATCH] Issue #3267754 by lauriii: AjaxTest is failing (cherry picked from commit e03a5e415e16fc02a24154f2f17af43c3189933f) --- .../modules/ajax_test/src/Controller/AjaxTestController.php | 2 +- core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php b/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php index 1897719f615..d02d26a49b8 100644 --- a/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php +++ b/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php @@ -331,7 +331,7 @@ class AjaxTestController { 'not-wrapped' => 'not-wrapped', 'comment-string-not-wrapped' => 'comment-string-not-wrapped', 'comment-not-wrapped' => '
comment-not-wrapped
', - 'svg' => '', + 'svg' => '', 'empty' => '', ]; $render_multiple_root = [ diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php index 87ec2d21087..dafb55ffd8e 100644 --- a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php +++ b/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php @@ -102,7 +102,7 @@ class AjaxTest extends WebDriverTestBase { 'not-wrapped' => 'not-wrapped', 'comment-string-not-wrapped' => 'comment-string-not-wrapped', 'comment-not-wrapped' => '
comment-not-wrapped
', - 'svg' => '', + 'svg' => '', 'empty' => '', ]; $render_multiple_root_unwrapper = [