We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c5cc0 commit b26e781Copy full SHA for b26e781
packages/reva-candidate/cypress/e2e/organism.cy.js
@@ -18,13 +18,6 @@ context("Empty candidacy", () => {
18
19
context("Candidacy with department certification selected", () => {
20
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
-
28
cy.intercept("POST", "/api/graphql", (req) => {
29
stubMutation(req, "candidate_login", "candidate_login.json");
30
stubQuery(req, "candidate_getCandidateWithCandidacy", "candidate3.json");
0 commit comments