Don't use CSS animations when testing.
Just like jQuery animations, they can make tests fail when using Capybara.
This commit is contained in:
@@ -1 +1,8 @@
|
||||
<%= javascript_tag "jQuery.fx.off = true" %>
|
||||
<style>
|
||||
* {
|
||||
transition: none !important;
|
||||
animation-duration: 0s !important;
|
||||
animation-delay: 0s !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user