Closed DavidKozina closed 6 years ago
It's because chromedriver is not compatibile with version of chrome.
So we use:
Do we need newest browser for testing? If so we have to upgrade chromeDriver too and hope that we will not be force to upgrade selenium.
Or we still can use older version of Chrome and specific it in .travis.yml file.
We should always use the newest version of a browser and choose compatible versions of selenium and driver.
@OndrejVicar, i thought so.
In PR #129 it's always use newest Chrome, newest ChromeDriver and I update Selenium. I prefer use fix version of selenium because of possibly syntax changes of code. All tests have passed
Solved by #129
This is going on since Jan 12, 2018 It first failed after this commit: f4979e2b053cb23bb9c65529de5380bb9df93a88 with this log: https://travis-ci.org/hodooor/Hodoor/builds/328114384?utm_source=github_status&utm_medium=notification
I don't see why...