* Cypress: `crypto.verification.request` -> `crypto.verificationRequestReceived` matrix-org/matrix-js-sdk#3514 deprecated crypto.verification.request. * Cypress: `beginKeyVerification` -> `startVerification` matrix-org/matrix-js-sdk#3528 deprecated beginKeyVerification * simplify `setupBotClient` no functional change here, just combining the various `cy.wrap()`ed things into a single async func * Cypress: Use Rust crypto for the bot user in verification tests We can already start using the Rust crypto implementation for the "bot" user in the verification tests! |
||
|---|---|---|
| .. | ||
| app.ts | ||
| axe.ts | ||
| bot.ts | ||
| client.ts | ||
| clipboard.ts | ||
| composer.ts | ||
| config.json.ts | ||
| e2e.ts | ||
| homeserver.ts | ||
| iframes.ts | ||
| labs.ts | ||
| log.ts | ||
| login.ts | ||
| network.ts | ||
| percy.ts | ||
| proxy.ts | ||
| settings.ts | ||
| timeline.ts | ||
| toasts.ts | ||
| util.ts | ||
| views.ts | ||
| webserver.ts | ||