Invalidating an Ember Simple Auth session while testing

589 Views Asked by At

Typically, when you invalidate an Ember Simple Auth session, it'll reload the application. This is great for security in production, but while testing, it can be a headache. I'm running my tests using Teaspoon, and any time I logout a test user, Ember Simple Auth reloads the app--essentially terminating the test suite.

Has anyone found a workaround for this?

1

There are 1 best solutions below

2
On BEST ANSWER

I'd just override the sessionInvalidationSucceeded action of your application route in test mode so it doesn't replace the location.