fix: #8422 fixed ItemTag e2e test not working #1301
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1301
Loading…
Reference in New Issue
No description provided.
Delete Branch "8422-e2eItemTag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -27,3 +27,3 @@
cy.get('.q-menu .q-item').contains('Ancho de la base').click();
cy.get('.q-menu .q-item').contains('Ancho de la base').type('{enter}');
cy.get(
':nth-child(8) > [label="Value"] > .q-field > .q-field__inner > .q-field__control > .q-field__control-container > [data-cy="Value_input"]'
hace falta todo este churro para que al final sea un data-cy?
@ -30,4 +30,4 @@
).type('50');
cy.dataCy('crudModelDefaultSaveBtn').click();
cy.checkNotification('Data saved');
cy.get(
cy.get para usar el selector data-cy?
Creo que no es lo correcto, si tienes dudas lo comentamos