1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

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

This commit is contained in:
Andy Balaam
2023-12-06 17:54:47 +00:00
committed by GitHub
parent 1ce569bfc2
commit df11b90fd6
9 changed files with 198 additions and 34 deletions

View File

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