This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Tests: Remove hardcoded wait time by registering a waiter or using run loop #6
Labels
enhancement
New feature or request
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.
The text was updated successfully, but these errors were encountered: