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 035f515 commit 4249e88Copy full SHA for 4249e88
src/Magento/FunctionalTestingFramework/Module/MagentoWebDriver.php
@@ -119,7 +119,7 @@ public function _resetConfig()
119
$this->config = ConfigSanitizerUtil::sanitizeWebDriverConfig($this->config);
120
}
121
122
- public function getDefaultWaitTimeout()
+ public static function getDefaultWaitTimeout()
123
{
124
return getenv('WAIT_TIMEOUT') ?: self::DEFAULT_WAIT_TIMEOUT;
125
0 commit comments