I have been using Selenium WebDriver with Chromedriver, Mocha, and Chai. I had been running Chromedriver version 2.33, but just updated to version 2.38. I also ran an update on node. Only after the update nearly all of my tests started failing.
The error I'm seeing is "NoSuchElementError: no such element: Unable to locate element:".
Has anyone else had a similar problem where their tests started failing after updating?