mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
b580f04d34
What is this change? This change is an attempt to avoid flakiness in our tests due to animations being enabled in our tests. An example of flakiness caused by animations is when the `find(selector).click` pattern is used. When `find(selector)` returns the node, its position may have changed if the element is still moving. However, the `click` method will end up clicking on the old position. Either way, there is no need for us to make system tests even more complicated by enabling animations.