ember-network icon indicating copy to clipboard operation
ember-network copied to clipboard

Testing when used inside component

Open aesopwolf opened this issue 8 years ago • 1 comments

Is this compatible with the wait test helper?

I'm using fetch inside a component and I need to write an integration test for my component. I can't escape the error Assertion after the final assert.async was resolved though. I've tried several techniques to no avail.

aesopwolf avatar Jun 09 '16 22:06 aesopwolf

Sadly, wait is jquery.ajax bound at the moment: https://github.com/emberjs/ember-test-helpers/blob/master/lib/ember-test-helpers/wait.js#L23

tchak avatar Apr 05 '17 15:04 tchak