ember-test-helpers icon indicating copy to clipboard operation
ember-test-helpers copied to clipboard

Use Performance API to indicate "Waiting for ..." operations

Open Turbo87 opened this issue 6 years ago • 0 comments

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 🤔

Turbo87 avatar Mar 05 '19 13:03 Turbo87