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
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
6e79e5146f
commit
fe8e953681
|
@ -18,6 +18,7 @@ describe('WagonCreate', () => {
|
||||||
).type('100');
|
).type('100');
|
||||||
cy.dataCy('Type_select').type('{downarrow}{enter}');
|
cy.dataCy('Type_select').type('{downarrow}{enter}');
|
||||||
// // Delete wagon type created
|
// // 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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue