Skip to content

Commit

Permalink
fix tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Jul 11, 2024
1 parent c71b58a commit 146844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/FunctionalJavascript/NodeCreationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function testCreateNode(string $contentType, string $contentTypeDisplayNa
$this->assertEquals(
2,
$this->getSession()->evaluateScript('document.querySelectorAll("div.field--name-field-media-images div.field__item img").length'),
'There should be five images shown in frontend.'
'There should be two images shown in frontend.'
);

// Check Quote paragraph.
Expand Down

0 comments on commit 146844d

Please sign in to comment.