We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871b9e1 commit 6e4d36fCopy full SHA for 6e4d36f
test/nbrowser/DocumentUsage.ts
@@ -19,7 +19,7 @@ describe('DocumentUsage', function() {
19
async function makeSessionAndLogin() {
20
// login() needs an options object passing to bypass an optimization that causes .login()
21
// to think we're already logged in when we're not after using `server.restart()`.
22
- // Without this we end up with bad credentials.
+ // Without this we end up with old credentials on the original session, or bad credentials on a new one.
23
session = await gu.session().user(ownerUser).login({ retainExistingLogin: false });
24
api = session.createHomeApi();
25
}
0 commit comments