diff --git a/test/cypress/integration/item/itemList.spec.js b/test/cypress/integration/item/itemList.spec.js index f5c34db9f..f0c744f21 100644 --- a/test/cypress/integration/item/itemList.spec.js +++ b/test/cypress/integration/item/itemList.spec.js @@ -16,7 +16,8 @@ describe('Item list', () => { cy.get('.q-virtual-scroll__content > :nth-child(4) > :nth-child(4)').click(); }); - it('should create an item', () => { + // https://redmine.verdnatura.es/issues/8421 + it.skip('should create an item', () => { const data = { Description: { val: `Test item` }, Type: { val: `Crisantemo`, type: 'select' }, @@ -25,7 +26,6 @@ describe('Item list', () => { }; cy.dataCy('vnTableCreateBtn').click(); cy.fillInForm(data); - cy.dataCy('Origin_select').click(); // This form maintains the q.menu open and needs to be closed. cy.dataCy('FormModelPopup_save').click(); cy.checkNotification('Data created'); cy.get(