1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Revert "Set up key backup using non-deprecated APIs (#12005)" (#12102)

This commit is contained in:
Valere
2024-01-04 14:11:28 +01:00
committed by GitHub
parent def4b728d0
commit 61070698cc
11 changed files with 79 additions and 211 deletions

View File

@ -293,7 +293,3 @@ export const expect = baseExpect.extend({
return { pass: true, message: () => "", name: "toMatchScreenshot" };
},
});
test.use({
permissions: ["clipboard-read"],
});