Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make AnimatedMock instantly complete spring and timing animations
Summary: Some MP E2E tests started failing when I introduced AnimatedMock (D13811035) with this error: > message: Timeout exception: Message: element located by locator {"id":"mp_your_items_tab_button"} is not visible The test relied on the button to animate in, which AnimatedMock disabled. The fix is to complete animations instantly in AnimatedMock. This diff implements that for spring and timing. Reviewed By: cpojer Differential Revision: D14036172 fbshipit-source-id: 18a422ce8ef6de05ff9224c94214524511a76949
- Loading branch information