@jgwhite wrote:
I’m sure it used to be possible to do something like this:
let promise = fillIn('.some-field', 'Some value'); assert.ok(someInterimState); await promise; // ...
But all the helpers in @ember/test-helpers appear to be wrapped in a
nextTickPromise
so nothing happens synchronously. Is there any way to achieve the above these days?
Posts: 3
Participants: 2