Skip to content

Commit

Permalink
fix(candidate): update cypress test selector for experience form subm…
Browse files Browse the repository at this point in the history
…ission
  • Loading branch information
ThomasDos committed Feb 28, 2025
1 parent 2e4d605 commit b666be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reva-candidate/cypress/e2e/experiences.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ context("Experiences", () => {
);
});

cy.get('[data-test="project-experience-update"]').click();
cy.get('[data-test="form-buttons"] button[type="submit"]').click();

cy.wait("@update_experience");
cy.wait("@candidate_getCandidateWithCandidacy");
Expand Down

0 comments on commit b666be6

Please sign in to comment.