Closed (fixed)
Project:
Thunder
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2019 at 12:25 UTC
Updated:
20 Jun 2019 at 14:14 UTC
Jump to comment: Most recent
Currently, tests are failing with the new version of Drupal core (8.7.3)
Problem is that Drupal 8.7.3 has introduced disabling of CSS animations and that leads to incorrect UI during JavaScript testing.
There is a flag that can be used to keep CSS animations for tests too and we can use it.
Comments
Comment #2
mtodor commentedThere is PR for this: https://github.com/thunder/thunder-distribution/pull/26
Comment #3
krzysztof domańskiLooks good!
Animations are disabled in WebDriverTestBase javascript testing
Comment #5
mtodor commentedCrediting for reviews.
Comment #7
mtodor commented