WARMFIX: e2e jsegarra #973
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#973
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix_js_e2e"
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?
WIP: WARMFIX: e2e jsegarrato WARMFIX: e2e jsegarraUna cosa que yo suelo hacer, es revisar mi propia pr antes de pedir revision, por si me he dejado algun console.log o código comentado 😊
@ -53,1 +57,3 @@
cy.checkValueForm(1, search);
cy.checkValueSelectForm(1, search);
cy.checkValueSelectForm(2, search);
// cy.get('@Open').should('have.been.calledOnceWithExactly', [
?
@ -60,2 +70,4 @@
cy.waitForElement('.q-form');
cy.checkValueForm(1, search);
cy.checkValueForm(2, search);
// cy.get('@Open').should(
?
@ -295,3 +295,3 @@
});
});
// :nth-child(2) > .q-field > .q-field__inner > .q-field__control > .q-field__control-container
?