forked from verdnatura/salix-front
chore: refs #7323 fix test
This commit is contained in:
parent
81c70c9511
commit
d276436bb3
|
@ -8,7 +8,7 @@ describe('Logout', () => {
|
|||
describe('by user', () => {
|
||||
it('should logout', () => {
|
||||
cy.get('#user').click();
|
||||
cy.get('.block').click();
|
||||
cy.get('#logout').click();
|
||||
});
|
||||
});
|
||||
describe('not user', () => {
|
||||
|
|
Loading…
Reference in New Issue