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
Running this test repeatedly fails randomly on the second assert (only 10 items present). As I understand it, registering the waiter should be enough that awaiting for settled() (or other ember async helpers) ensures that vertical-collection updates are finished. But maybe I am wrong?
Test scenario:
tests/test-helper.js
Running this test repeatedly fails randomly on the second assert (only 10 items present). As I understand it, registering the waiter should be enough that awaiting for
settled()
(or other ember async helpers) ensures that vertical-collection updates are finished. But maybe I am wrong?May be related to #231 ?
The text was updated successfully, but these errors were encountered: