Device manage - handle sessions that don't support encryption (#9717)
* add handling for unverifiable sessions * test * update types for filtervariation * strict fixes * avoid setting up cross signing in device man tests
This commit is contained in:
parent
6150b86421
commit
888e69f39a
12 changed files with 200 additions and 105 deletions
|
@ -49,7 +49,6 @@ describe("Device manager", () => {
|
|||
|
||||
cy.get('[data-testid="current-session-section"]').within(() => {
|
||||
cy.contains('Unverified session').should('exist');
|
||||
cy.get('.mx_DeviceSecurityCard_actions [role="button"]').should('exist');
|
||||
});
|
||||
|
||||
// current session details opened
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue