mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
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:
parent
9587cfacfa
commit
3de8de541a
1 changed files with 0 additions and 3 deletions
|
@ -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_",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue