element-web/cypress/support
Richard van der Hoff 1a75d5d869
Cypress: Use Rust crypto for the bot user in verification tests (#11173)
* 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!
2023-07-07 16:56:53 +00:00
..
app.ts
axe.ts
bot.ts Cypress: Use Rust crypto for the bot user in verification tests (#11173) 2023-07-07 16:56:53 +00:00
client.ts
clipboard.ts
composer.ts
config.json.ts Cypress: skip tests known to fail when using Rust crypto (#10873) 2023-05-24 09:50:05 +00:00
e2e.ts
homeserver.ts
iframes.ts
labs.ts
log.ts
login.ts Fix: cypress `toasts/analytics-toast.spec.ts` failures (#11153) 2023-06-28 21:02:58 +00:00
network.ts
percy.ts
proxy.ts
settings.ts
timeline.ts
toasts.ts Cypress test for incoming verification requests (#11123) 2023-06-22 09:43:49 +00:00
util.ts Cypress test for incoming verification requests (#11123) 2023-06-22 09:43:49 +00:00
views.ts
webserver.ts