test: #8162 fix clientList spec

This commit is contained in:
Javier Segarra 2024-11-20 09:26:33 +01:00
parent 68c9baa7f6
commit 1fb927488a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ describe('Client list', () => {
});
});
it.only('Client list create new client', () => {
it('Client list create new client', () => {
cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click();
const data = {
Name: { val: 'Name 1' },