Update all non-major dependencies (#11329)
* Update all non-major dependencies * Add isLocation to ComposerEvent analytics events * Remove cypress-each as it is incompatible with modern typescript * Roll back eslint-plugin-deprecate * Remove stale comment --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andy Balaam <andy.balaam@matrix.org> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d405160080
commit
5405c22db1
8 changed files with 382 additions and 273 deletions
|
@ -149,9 +149,8 @@ describe("Cryptography", function () {
|
|||
cy.stopHomeserver(this.homeserver);
|
||||
});
|
||||
|
||||
describe.each([{ isDeviceVerified: true }, { isDeviceVerified: false }])(
|
||||
"setting up secure key backup should work %j",
|
||||
({ isDeviceVerified }) => {
|
||||
for (const isDeviceVerified of [true, false]) {
|
||||
it(`setting up secure key backup should work isDeviceVerified=${isDeviceVerified}`, () => {
|
||||
/**
|
||||
* Verify that the `m.cross_signing.${keyType}` key is available on the account data on the server
|
||||
* @param keyType
|
||||
|
@ -251,8 +250,8 @@ describe("Cryptography", function () {
|
|||
verifyKey("self_signing");
|
||||
verifyKey("user_signing");
|
||||
});
|
||||
},
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
it("creating a DM should work, being e2e-encrypted / user verification", function (this: CryptoTestContext) {
|
||||
skipIfRustCrypto();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue