Merge pull request #23099 from overleaf/jpa-fix-sessions-test

[web] add missing await in acceptance test

GitOrigin-RevId: d18d62c55609c46c5b8a583e572a415b55a81af7
This commit is contained in:
Jakob Ackermann
2025-01-27 09:04:38 +00:00
committed by Copybot
parent 272108a213
commit 5c3353b3de
@@ -536,7 +536,7 @@ describe('Sessions', function () {
await tryWithValidationToken(await getOtherUsersValidationToken())
})
it('should ignore overwrites in app code', async function () {
const otherUsersValidationToken = getOtherUsersValidationToken()
const otherUsersValidationToken = await getOtherUsersValidationToken()
const user = new User()
await user.login()