0
0
Fork 0

fix: refs #8423 fixed zoneWarehouse e2e test not working

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-28 14:09:35 +01:00
parent 01e726c6f7
commit 7748df1384
1 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ describe('ZoneWarehouse', () => {
it('should throw an error if the warehouse chosen is already put in the zone', () => {
cy.addBtnClick();
cy.selectOption('[data-cy="Warehouse_select"]', 'Warehouse Two');
cy.get('[data-cy="Warehouse_select"]').type('Warehouse Two{enter}');
cy.get(saveBtn).click();
cy.checkNotification(dataError);
});
// https://redmine.verdnatura.es/issues/8425
it.skip('should create & remove a warehouse', () => {
it('should create & remove a warehouse', () => {
cy.addBtnClick();
cy.fillInForm(data);
cy.get(saveBtn).click();