We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fee77 commit 20216caCopy full SHA for 20216ca
1 file changed
src/Locator/Locator.php
@@ -657,6 +657,7 @@ private function waitForCondition(callable $condition, int $timeoutMs, string $m
657
return;
658
}
659
} catch (PlaywrightException $e) {
660
+ $this->logger->error($e->getMessage());
661
662
663
usleep(100000);
0 commit comments