ember-test-helpers
ember-test-helpers copied to clipboard
Use Performance API to indicate "Waiting for ..." operations
Similar to https://github.com/qunitjs/qunit/pull/1296, we could use the Performance API to indicate e.g. "Waiting for settledness after clicking on [data-test-foo]".
For long wait times, this might make it easier to identify what part of the code was causing the long wait times 🤔