Remove redundant workaround in playwright test (#12390)

This was https://github.com/element-hq/element-web/issues/26723, which is fixed.
This commit is contained in:
Richard van der Hoff 2024-04-03 11:09:25 +01:00 committed by GitHub
parent 9587cfacfa
commit 3de8de541a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,9 +121,6 @@ test.describe("Cryptography", function () {
botCreateOpts: {
displayName: "Bob",
autoAcceptInvites: false,
// XXX: We use a custom prefix here to coerce the Rust Crypto SDK to prefer `@user` in race resolution
// by using a prefix that is lexically after `@user` in the alphabet.
userIdPrefix: "zzz_",
},
});