fix: refs #8372 correct comment syntax in routeList.spec.js
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2025-02-12 10:17:06 +01:00
parent 5f12532983
commit cc2d1ed09d
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});
});