diff --git a/playwright/e2e/crypto/user-verification.spec.ts b/playwright/e2e/crypto/user-verification.spec.ts index 88f30fafb8..bd3d859526 100644 --- a/playwright/e2e/crypto/user-verification.spec.ts +++ b/playwright/e2e/crypto/user-verification.spec.ts @@ -155,7 +155,7 @@ async function createDMRoom(client: Client, userId: string): Promise { }); } -/** +/** * Wait until we get the other user's device keys. * In newer rust-crypto versions, the verification request will be ignored if we * don't have the sender's device keys.