mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user