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.
2 parents 12c098a + bc0e154 commit 995c78fCopy full SHA for 995c78f
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php
@@ -377,7 +377,7 @@ public function waitForPageLoad($timeout = null)
377
* @throws \Exception
378
* @return void
379
*/
380
- public function waitForLoadingMaskToDisappear($timeout)
+ public function waitForLoadingMaskToDisappear($timeout = null)
381
{
382
foreach (self::$loadingMasksLocators as $maskLocator) {
383
// Get count of elements found for looping.
0 commit comments