0
0
Fork 0

chore: refs #7323 fix test

This commit is contained in:
Jorge Penadés 2024-08-13 10:42:15 +02:00
parent 81c70c9511
commit d276436bb3
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {