Skip to content

Commit ddbec79

Browse files
committed
StyleCI
1 parent cdc0df7 commit ddbec79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ public function testWaitUntilContainsElement(): void
446446
$page->waitUntilContainsElement('div[data-name=\"el\"]'); // search for <div data-name="&quot;el&quot;'>
447447

448448
self::assertStringContainsString(self::WAIT_FOR_ELEMENT_HTML, \strtr($page->getHtml(), [
449-
'&quot;' => '"',
450-
]));
449+
'&quot;' => '"',
450+
]));
451451
}
452452

453453
public function testWaitUntilContainsElementByXPath(): void

0 commit comments

Comments
 (0)