Skip to content

Commit dddf351

Browse files
ivy00johnsimeron2433
authored andcommitted
MQE-592: Test Case Audit
- Adding a call to the "closeAdminNotification" function, because Admin notifications randomly appear after some tests due to Cache Management.
1 parent 2410096 commit dddf351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public function waitForPageLoad($timeout = 15)
286286
$this->waitForJS('return document.readyState == "complete"', $timeout);
287287
$this->waitForAjaxLoad($timeout);
288288
$this->waitForLoadingMaskToDisappear();
289+
$this->closeAdminNotification();
289290
}
290291

291292
/**

0 commit comments

Comments
 (0)