From 43181cb1f7d3bce270a1a8c5bda71bfe104ce572 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 17 Feb 2025 14:42:34 +0000 Subject: [PATCH] test: remove unnussed click --- test/cypress/integration/Order/orderCatalog.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/Order/orderCatalog.spec.js b/test/cypress/integration/Order/orderCatalog.spec.js index cffc47f91..1770a6b56 100644 --- a/test/cypress/integration/Order/orderCatalog.spec.js +++ b/test/cypress/integration/Order/orderCatalog.spec.js @@ -45,7 +45,6 @@ describe('OrderCatalog', () => { ).type('{enter}'); cy.get(':nth-child(1) > [data-cy="catalogFilterCategory"]').click(); cy.dataCy('catalogFilterValueDialogBtn').last().click(); - cy.get('[data-cy="catalogFilterValueDialogTagSelect"]').click(); cy.selectOption("[data-cy='catalogFilterValueDialogTagSelect']", 'Tallos'); cy.dataCy('catalogFilterValueDialogValueInput').find('input').focus(); cy.dataCy('catalogFilterValueDialogValueInput').find('input').type('2');