Acceptance testing - wait for route transition

My guess is it’s simple-auth related. If you console log inside the action do you see it’s hitting your code? also -is the super call required? Also -if you drop down into the simple-auth source can you console log from it’s authenticate method (the one you call w/ super?) to see if you are hitting that ?