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 741115e commit f12a6b0Copy full SHA for f12a6b0
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