Skip to content

Commit 20216ca

Browse files
committed
bug: waitForCondition() log playwright exception
1 parent 02fee77 commit 20216ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Locator/Locator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ private function waitForCondition(callable $condition, int $timeoutMs, string $m
657657
return;
658658
}
659659
} catch (PlaywrightException $e) {
660+
$this->logger->error($e->getMessage());
660661
}
661662

662663
usleep(100000);

0 commit comments

Comments
 (0)