Skip to content

Commit 214abd7

Browse files
authored
MQE-1142: Use timeout value when waitForLoadingMaskToDisappear
- Added default value for $timeout attribute (causing issues with CE tests)
1 parent 66b6ecd commit 214abd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function waitForPageLoad($timeout = null)
377377
* @throws \Exception
378378
* @return void
379379
*/
380-
public function waitForLoadingMaskToDisappear($timeout)
380+
public function waitForLoadingMaskToDisappear($timeout = null)
381381
{
382382
foreach (self::$loadingMasksLocators as $maskLocator) {
383383
// Get count of elements found for looping.

0 commit comments

Comments
 (0)