From cc2d1ed09dfc577a338388bc6667cde8de482933 Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 12 Feb 2025 10:17:06 +0100 Subject: [PATCH] fix: refs #8372 correct comment syntax in routeList.spec.js --- test/cypress/integration/route/routeList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/route/routeList.spec.js b/test/cypress/integration/route/routeList.spec.js index e2fe5e36f..81b09fafb 100644 --- a/test/cypress/integration/route/routeList.spec.js +++ b/test/cypress/integration/route/routeList.spec.js @@ -27,6 +27,6 @@ describe('Route', () => { cy.get(getRowColumn(2, 4) + getVnSelect).type('{downArrow}{enter}'); cy.get(getRowColumn(2, 5) + getVnSelect).type('{downArrow}{enter}'); cy.get('button[title="Save"]').click(); - cy.get('.q-notification__message').should('have.text', 'Data saved'); */ + cy.get('.q-notification__message').should('have.text', 'Data saved'); }); });