mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Cypress - fix device manager test (#9408)
This commit is contained in:
parent
a45a662c57
commit
3a39dfc851
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ describe("Device manager", () => {
|
|||
cy.get('[data-testid="device-detail-sign-out-cta"]').click();
|
||||
});
|
||||
|
||||
// list updated after sign out
|
||||
cy.get('.mx_FilteredDeviceList_list').find('.mx_FilteredDeviceList_listItem').should('have.length', 1);
|
||||
|
||||
// no other sessions or security recommendations sections when only one session
|
||||
cy.contains('Other sessions').should('not.exist');
|
||||
cy.get('[data-testid="security-recommendations-section"]').should('not.exist');
|
||||
|
|
Loading…
Reference in a new issue