Ensure the first device on a newly-registered account gets cross-signed properly (#8750)
This commit is contained in:
parent
ef6bd3540d
commit
2f7f36ac85
3 changed files with 10 additions and 5 deletions
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue