fix: refs #8484 update selector for removing wagon type 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:35:49 +01:00
parent 6e79e5146f
commit fe8e953681
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ describe('WagonCreate', () => {
).type('100');
cy.dataCy('Type_select').type('{downarrow}{enter}');
// // Delete wagon type created
cy.get('[to="/null/1"] > .q-card > .column > [title="Remove"]').click();
cy.get('.q-card').first().find('[title="Remove"] .q-icon').click();
//cy.get('[title="Remove"] > .q-btn__content > .q-icon').click();
});
});