fix: revert test to allow removal of all items in ItemFixedPrice tests
This commit is contained in:
parent
a3420a0a83
commit
a0ceabb527
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue