From a0ceabb5277aeea6eb20436bac6179b6b685c5cd Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 23 Apr 2025 19:25:14 +0200 Subject: [PATCH] fix: revert test to allow removal of all items in ItemFixedPrice tests --- test/cypress/integration/item/ItemFixedPrice.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();