This commit is contained in:
parent
90073a0a68
commit
1411833a4c
|
@ -7,9 +7,7 @@ describe('Logout', () => {
|
|||
});
|
||||
describe('by user', () => {
|
||||
it('should logout', () => {
|
||||
cy.get(
|
||||
'#user > .q-btn__content > .q-avatar > .q-avatar__content > .q-img > .q-img__container > .q-img__image'
|
||||
).click();
|
||||
cy.get('#user').click();
|
||||
cy.get('.block').click();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue