fix elemet selection for logout e2e test

This commit is contained in:
mahula 2023-03-08 13:34:25 +01:00
parent f7fd084db8
commit bb7828db19

View File

@ -11,7 +11,7 @@ export class SideNavMenu {
}
logout() {
cy.get(this.logoutMenu).click()
cy.get('.main-sidebar').find(this.logoutMenu).click()
return this
}
}