fix: revert test to allow removal of all items in ItemFixedPrice tests

This commit is contained in:
Javier Segarra 2025-04-23 19:25:14 +02:00
parent a3420a0a83
commit a0ceabb527
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ describe('Handle Items FixedPrice', () => {
cy.checkNotification('Data saved'); 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.get('.bg-header > :nth-child(1) [data-cy="vnCheckbox"]').click();
cy.dataCy('crudModelDefaultRemoveBtn').should('not.be.disabled'); cy.dataCy('crudModelDefaultRemoveBtn').should('not.be.disabled');
cy.dataCy('crudModelDefaultRemoveBtn').click(); cy.dataCy('crudModelDefaultRemoveBtn').click();