Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove redundant workaround in playwright test
Browse files Browse the repository at this point in the history
This was element-hq/element-web#26723, which is fixed.
  • Loading branch information
richvdh committed Apr 3, 2024
1 parent 2abac6f commit 113ed47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playwright/e2e/crypto/crypto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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_",
},
});

Expand Down

0 comments on commit 113ed47

Please sign in to comment.