We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc0df7 commit ddbec79Copy full SHA for ddbec79
tests/PageTest.php
@@ -446,8 +446,8 @@ public function testWaitUntilContainsElement(): void
446
$page->waitUntilContainsElement('div[data-name=\"el\"]'); // search for <div data-name=""el"'>
447
448
self::assertStringContainsString(self::WAIT_FOR_ELEMENT_HTML, \strtr($page->getHtml(), [
449
- '"' => '"',
450
- ]));
+ '"' => '"',
+ ]));
451
}
452
453
public function testWaitUntilContainsElementByXPath(): void
0 commit comments