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 2410096 commit dddf351Copy full SHA for dddf351
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php
@@ -286,6 +286,7 @@ public function waitForPageLoad($timeout = 15)
286
$this->waitForJS('return document.readyState == "complete"', $timeout);
287
$this->waitForAjaxLoad($timeout);
288
$this->waitForLoadingMaskToDisappear();
289
+ $this->closeAdminNotification();
290
}
291
292
/**
0 commit comments