phpunit-selenium
phpunit-selenium copied to clipboard
Exception thrown for manually triggered tests using timeouts()->implicitWait
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.