.../src/{FunctionalJavascript => Functional}/StandardTest.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/profiles/standard/tests/src/FunctionalJavascript/StandardTest.php b/core/profiles/standard/tests/src/Functional/StandardTest.php similarity index 95% rename from core/profiles/standard/tests/src/FunctionalJavascript/StandardTest.php rename to core/profiles/standard/tests/src/Functional/StandardTest.php index 824ddc1..f449c10 100644 --- a/core/profiles/standard/tests/src/FunctionalJavascript/StandardTest.php +++ b/core/profiles/standard/tests/src/Functional/StandardTest.php @@ -1,13 +1,13 @@ drupalLogin($this->adminUser); $this->drupalGet('node/1'); - $this->assertJsCondition('document.querySelectorAll(\'script[data-big-pipe-event="stop"]\').length === 1'); - $this->assertRaw('Then she picked out two somebodies,
Sally and me', 'Found a line break.'); + $this->assertRaw('Then she picked out two somebodies,
Sally and me', 'Found a line break.'); $this->drupalPostForm(NULL, [ 'subject[0][value]' => 'Barfoo', 'comment_body[0][value]' => 'Then she picked out two somebodies, Sally and me',