Playwright: use rust crypto for the bot user (#12708)

... because legacy crypto is legacy
This commit is contained in:
Richard van der Hoff 2024-06-27 16:43:24 +01:00 committed by GitHub
parent b449dc835b
commit 8feaae66fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 10 deletions

View file

@ -45,7 +45,6 @@ test.describe("Device verification", () => {
// Create a new device for alice
aliceBotClient = new Bot(page, homeserver, {
rustCrypto: true,
bootstrapCrossSigning: true,
bootstrapSecretStorage: true,
});