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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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");
});
});