fix: refs #8372 correct comment syntax in routeList.spec.js
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
5f12532983
commit
cc2d1ed09d
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue