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