From 6be01d48fd30aafb7ae6bf2122c332ba7adc6d99 Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 17 Feb 2025 15:09:49 +0100 Subject: [PATCH] test: refs #8484 skip item creation test due to ongoing issue #8421 --- test/cypress/integration/item/itemList.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(