You've already forked matrix-react-sdk
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:
@ -238,3 +238,7 @@ export const expect = baseExpect.extend({
|
||||
return { pass: true, message: () => "", name: "toMatchScreenshot" };
|
||||
},
|
||||
});
|
||||
|
||||
test.use({
|
||||
permissions: ["clipboard-read"],
|
||||
});
|
||||
|
Reference in New Issue
Block a user