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
assert(callbackRejectStub.args[0][0].error==="Can't open the default browser");
assert(callbackRejectStub.args[0][0].errorDescription==="Was not able to open a browser instance. Try again later or use a different authentication method.");
assert(authServer.server.listening===false,"server is closed after a successful request");