We've found that some of the timing gets off for running our Selenium tests on our Vms during our builds. This has lead to inconsistent results and failures and a lot of consternation and frustration. It passed 5 times in a row on my local machine, but failed 1 out of 3 in the build!! Disabling animations for the test run has helped us (along with being better at waiting for our Knockout elements to load, which is a future article I’m working on) and I wanted to share it with you. Just run this after ......