diff --git a/test/cypress/integration/item/ItemFixedPrice.spec.js b/test/cypress/integration/item/ItemFixedPrice.spec.js index ea3fb84ff..2b92c861e 100644 --- a/test/cypress/integration/item/ItemFixedPrice.spec.js +++ b/test/cypress/integration/item/ItemFixedPrice.spec.js @@ -64,7 +64,7 @@ describe('Handle Items FixedPrice', () => { cy.checkNotification('Data saved'); }); - it.only('should remove all items', () => { + it('should remove all items', () => { cy.get('.bg-header > :nth-child(1) [data-cy="vnCheckbox"]').click(); cy.dataCy('crudModelDefaultRemoveBtn').should('not.be.disabled'); cy.dataCy('crudModelDefaultRemoveBtn').click();