From 3de8de541abd018dfc2ed254f9f0b1ab1cc324c6 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:09:25 +0100 Subject: [PATCH] Remove redundant workaround in playwright test (#12390) 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 eca97c3874..957be58711 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_", }, });