seems like you may have lose Ember.run.later laying around or are not wrapping your ajax call’s in an ember.run compliant way, that is a typical issue with andThen’s not running, the place to debug would be in the wait function https://github.com/emberjs/ember.js/blob/master/packages/ember-testing/lib/helpers.js#L201
other things mentioned where andThen’s won’t run properly, the Misago library also might be the underlying problem in some way
1 Like