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