Skip to content

Commit f12a6b0

Browse files
committed
MQE-621: should not closeAdminNotification() in waitForPageLoad().
1 parent 741115e commit f12a6b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ public function waitForPageLoad($timeout = null)
219219
$this->waitForJS('return document.readyState == "complete"', $timeout);
220220
$this->waitForAjaxLoad($timeout);
221221
$this->waitForLoadingMaskToDisappear();
222-
$this->closeAdminNotification();
223222
}
224223

225224
/**

0 commit comments

Comments
 (0)