You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A prerequisite for this is that the test harness has control over the clock used for rendering transitions, so it can deterministically render, say, 50% of the way through a transition. Then we could add that percentage as a parameter somewhere in the test case metadata.
gl-js internals which use Date.now() directly that need to be converted to using a passed in parameter:
Migrated from mapbox/mapbox-gl-test-suite#168
Migrated from mapbox/mapbox-gl-test-suite#116
Migrator's note: sinon has some built-in utilities for mocking out the system clock http://sinonjs.org/docs/#clock
The text was updated successfully, but these errors were encountered: