diff --git a/test/cypress/integration/client/clientList.spec.js b/test/cypress/integration/client/clientList.spec.js index 195987539..3bc391fc7 100644 --- a/test/cypress/integration/client/clientList.spec.js +++ b/test/cypress/integration/client/clientList.spec.js @@ -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');