From e2f641681eb2bd87f4687fc0cec575b7f3feb554 Mon Sep 17 00:00:00 2001 From: jtubau Date: Wed, 5 Feb 2025 12:37:00 +0100 Subject: [PATCH] refactor: refs #8484 remove comment in wagonCreate.spec.js --- test/cypress/integration/wagon/wagonCreate.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/wagon/wagonCreate.spec.js b/test/cypress/integration/wagon/wagonCreate.spec.js index 5cdbc8888..51cfc6d15 100644 --- a/test/cypress/integration/wagon/wagonCreate.spec.js +++ b/test/cypress/integration/wagon/wagonCreate.spec.js @@ -19,6 +19,5 @@ describe('WagonCreate', () => { cy.dataCy('Type_select').type('{downarrow}{enter}'); // // Delete wagon type created cy.get('.q-card').first().find('[title="Remove"] .q-icon').click(); - //cy.get('[title="Remove"] > .q-btn__content > .q-icon').click(); }); });