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 f8b594e commit 06e8605Copy full SHA for 06e8605
src/Magento/FunctionalTestingFramework/Extension/PageReadinessExtension.php
@@ -187,7 +187,7 @@ function () use ($metrics) {
187
private function checkForNewPage($step)
188
{
189
try {
190
- if (isset($this->getDriver())) {
+ if (!empty($this->getDriver())) {
191
$currentUri = $this->getDriver()->_getCurrentUri();
192
} else {
193
throw new \Exception();
0 commit comments