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.
1 parent 66b6ecd commit 214abd7Copy full SHA for 214abd7
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