#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d276436bb3 - Show all commits

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