Skip to content

Commit 995c78f

Browse files
committed
Merge branch 'MQE-1142-Fix' into MQE-1150
2 parents 12c098a + bc0e154 commit 995c78f

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)