0
0
Fork 0

test: refs #8524 fix

This commit is contained in:
Alex Moreno 2025-02-04 14:25:20 +01:00
parent 217942dfd0
commit 684418c550
2 changed files with 0 additions and 2 deletions

View File

@ -66,6 +66,5 @@ describe('Client list', () => {
cy.waitForElement('#formModel');
cy.waitForElement('.q-form');
cy.checkValueForm(1, search);
cy.checkValueForm(2, search);
});
});

View File

@ -7,6 +7,5 @@ describe('Client notes', () => {
});
it('Should load layout', () => {
cy.get('.q-page').should('be.visible');
cy.get('.q-page > :nth-child(2) > :nth-child(1)').should('be.visible');
});
});