1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Ensure the first device on a newly-registered account gets cross-signed properly (#8750)

This commit is contained in:
Faye Duxovni
2022-06-03 08:57:52 -04:00
committed by GitHub
parent ef6bd3540d
commit 2f7f36ac85
3 changed files with 10 additions and 5 deletions

View File

@@ -67,5 +67,10 @@ describe("Registration", () => {
cy.url().should('contain', '/#/home');
cy.stopMeasuring("from-submit-to-home");
cy.get('[aria-label="User menu"]').click();
cy.get('[aria-label="Security & Privacy"]').click();
cy.get(".mx_DevicesPanel_myDevice .mx_DevicesPanel_deviceTrust .mx_E2EIcon")
.should("have.class", "mx_E2EIcon_verified");
});
});