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-24 11:24:12 +00:00
committed by Copybot
parent 82b6c36570
commit 6f8cd79c3a

View File

@@ -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()