#8647 fix vitest warnings #1467

Merged
jon merged 91 commits from 8647_fix_warnings into dev 2025-04-16 11:18:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 65a3582e79 - Show all commits

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();