giorgiosironi / phpunit-selenium

Selenium RC integration for PHPUnit
http://www.phpunit.de/
Other
601 stars 270 forks source link

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

Open joshnorwich opened 7 years ago

joshnorwich commented 7 years ago

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.