refactor: refs #8484 remove comment in wagonCreate.spec.js
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jose Antonio Tubau 2025-02-05 12:37:00 +01:00
parent fe8e953681
commit e2f641681e
1 changed files with 0 additions and 1 deletions

View File

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