Open chadian opened 5 years ago
Investigate if Ember can be made aware of the time it takes to detect changes on the element by trying to wrap callbacks in a run looper or by registering a waiter.
Resources:
registerWaiter
run
This would hopefully eliminate the need to await a hardcoded time in tests when waiting for an element size change.
Investigate if Ember can be made aware of the time it takes to detect changes on the element by trying to wrap callbacks in a run looper or by registering a waiter.
Resources:
registerWaiter
run
This would hopefully eliminate the need to await a hardcoded time in tests when waiting for an element size change.