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.
2 parents eca9da3 + 9ca41bd commit bf94cd0Copy full SHA for bf94cd0
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php
@@ -219,7 +219,6 @@ public function waitForPageLoad($timeout = null)
219
$this->waitForJS('return document.readyState == "complete"', $timeout);
220
$this->waitForAjaxLoad($timeout);
221
$this->waitForLoadingMaskToDisappear();
222
- $this->closeAdminNotification();
223
}
224
225
/**
0 commit comments