From 113ed47db6a0be4fed23e0f886c4e365c63dcf7f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 3 Apr 2024 10:47:38 +0100 Subject: [PATCH] Remove redundant workaround in playwright test This was https://github.com/element-hq/element-web/issues/26723, which is fixed. --- playwright/e2e/crypto/crypto.spec.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/playwright/e2e/crypto/crypto.spec.ts b/playwright/e2e/crypto/crypto.spec.ts index eca97c38748..957be587111 100644 --- a/playwright/e2e/crypto/crypto.spec.ts +++ b/playwright/e2e/crypto/crypto.spec.ts @@ -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_", }, });