Update comment on disabled cypress test (#11772)

It still doesn't work, but the reason has changed
pull/28217/head
Richard van der Hoff 2023-10-18 12:25:31 +01:00 committed by GitHub
parent f09ec2cf26
commit ff35107e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ describe("Cryptography", function () {
});
it("Should show a grey padlock for a key restored from backup", () => {
skipIfRustCrypto(); // requires key backup (https://github.com/vector-im/element-web/issues/24828)
skipIfRustCrypto(); // doesn't work due to https://github.com/vector-im/element-web/issues/26393
enableKeyBackup();