Skip to content

Commit f85ee1b

Browse files
authored
Merge 490cd88 into a4e0a9b
2 parents a4e0a9b + 490cd88 commit f85ee1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Magento/FunctionalTestingFramework/Extension/BaseExtension.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ public function getUri()
9090
protected function pageChanged()
9191
{
9292
try {
93+
if ($this->getDriver() === null) {
94+
return false;
95+
}
9396
$currentUri = $this->getDriver()->_getCurrentUri();
9497

9598
if ($this->uri !== $currentUri) {

0 commit comments

Comments
 (0)