chadian / ember-fill-up

Friendly container queries for Ember
https://chadian.github.io/ember-fill-up
MIT License
20 stars 2 forks source link

Tests: Remove hardcoded wait time by registering a waiter or using run loop #6

Open chadian opened 5 years ago

chadian commented 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:

This would hopefully eliminate the need to await a hardcoded time in tests when waiting for an element size change.