Skip to content

Commit b26e781

Browse files
committed
chore(candidate): remove test workaround after dsfr update fixing the issue
1 parent 29c5cc0 commit b26e781

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/reva-candidate/cypress/e2e/organism.cy.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ context("Empty candidacy", () => {
1818

1919
context("Candidacy with department certification selected", () => {
2020
it("list all available organisms", function () {
21-
Cypress.on("uncaught:exception", (err) => {
22-
// Suppress the error that started occurring after the DSFR update
23-
if (err.message.includes("this.removeEventListener is not a function")) {
24-
return false;
25-
}
26-
});
27-
2821
cy.intercept("POST", "/api/graphql", (req) => {
2922
stubMutation(req, "candidate_login", "candidate_login.json");
3023
stubQuery(req, "candidate_getCandidateWithCandidacy", "candidate3.json");

0 commit comments

Comments
 (0)