You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
I've encounter a never ending test with failed AJAX. When error is thrown (eq. not handled in the task), then run.join throws this error immediately and fails to continue with always() part, so the test never settles.
I've switched from run.join to run.next locally and then test continues as I would expect, but I'm not sure if this is a good fix for this, because I'm not familiar with runloop 😔.
Hi,
I've encounter a never ending test with failed AJAX. When error is thrown (eq. not handled in the task), then run.join throws this error immediately and fails to continue with always() part, so the test never settles.
I've switched from
run.join
torun.next
locally and then test continues as I would expect, but I'm not sure if this is a good fix for this, because I'm not familiar with runloop 😔.Thanks for any advice.
/cc @rwjblue
The text was updated successfully, but these errors were encountered: