feat: refs #8602 skip warehouse creation and removal test in ZoneWarehouse spec

This commit is contained in:
Pablo Natek 2025-03-17 11:34:48 +01:00
parent 0127df6738
commit 4fc1427070
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ describe('ZoneWarehouse', () => {
cy.checkNotification(dataError);
});
it('should create & remove a warehouse', () => {
it.skip('should create & remove a warehouse', () => {
cy.addBtnClick();
cy.fillInForm(data);
cy.get(saveBtn).click();