Vampire commented on PR #266: URL: https://github.com/apache/groovy-geb/pull/266#issuecomment-2831686381
The local chrome tests should also work fine now. Those were also not "indicate we'd actually be breaking a part of the API contract", but just stupid me. Before the test set the `config.driver` to the mocked one for each test. As I removed the `config.driver` field I set `config.driverConf` instead to a closure returning that mocked driver. But as caching is globally enabled by default and I did not disable it, the second test got the driver of the first test and thus it did not work properly. I changed it now to set `browser.driver` instead, now the test again does what it is supposed to do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
