0
0
Fork 0

test: remove only

This commit is contained in:
Javier Segarra 2025-01-28 23:35:35 +01:00
parent e156629775
commit c86731d9e8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ describe('Client list', () => {
cy.checkValueForm(1, search);
cy.checkValueForm(2, search);
});
it.only('Client founded create order', () => {
it('Client founded create order', () => {
const search = 'Jessica Jones';
cy.searchByLabel('Name', search);
cy.clickButtonWith('icon', 'icon-basketadd');