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
We've run into the same issue. It seems protractor doesn't recognize the page as being stable when animations are running (or it waits for some interval to complete).
We first tried to use Protractor's 'waitForAngularEnabled' set to false, which kinda worked, but then it also doesn't wait for any Angular $timeout and similar to resolve, so that's whole other can of worms, and just made things worse.
In the end, we opted to turn off loop / autoplay for lottie animations via a separate environment config for E2E tests.
We are facing an issue with E2E Tests. E2E tests are not executed successfully, if page have Lottie file.
We have created this repository to replicate the issue easily. Repository
using package.json dependencies:
The text was updated successfully, but these errors were encountered: