You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following exception gets thrown when I manually trigger a test that sets an implicitWait:
PHPUnit_Extensions_Selenium2TestCase_Exception: There is no use in setting this timeout unless you also call $this->setSeleniumServerRequestsTimeout($seconds) in setUp().
This seems to be despite the fact that in our setupSpecificBrowser() function we set the param seleniumServerRequestsTimeout.
This exception does not get thrown on the same tests when they are run on an automated schedule.
The text was updated successfully, but these errors were encountered:
The following exception gets thrown when I manually trigger a test that sets an implicitWait:
PHPUnit_Extensions_Selenium2TestCase_Exception: There is no use in setting this timeout unless you also call $this->setSeleniumServerRequestsTimeout($seconds) in setUp().
This seems to be despite the fact that in our setupSpecificBrowser() function we set the param seleniumServerRequestsTimeout.
This exception does not get thrown on the same tests when they are run on an automated schedule.
The text was updated successfully, but these errors were encountered: