phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

Exception thrown for manually triggered tests using timeouts()->implicitWait

Open joshnorwich opened this issue 8 years ago • 0 comments

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.

joshnorwich avatar May 31 '17 14:05 joshnorwich