Skip to content

Commit

Permalink
Merge branch 'master' into 2025-01-07-microgalaxy-preprint
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon authored Jan 7, 2025
2 parents 49b164b + 1a93880 commit 07278f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cypress/integration/accessibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,4 @@ describe("Accessibility Testing", () => {
cy.wait(500);
cy.checkA11y("#app", CYPRESS_ACCESSIBILITY_CONFIG);
});
it(`GCC${CURRENT_DATE.getUTCFullYear()} page has no detectable a11y violations on load`, () => {
cy.visit(`/events/gcc${CURRENT_DATE.getUTCFullYear()}/`).get("#app").injectAxe();
// Ensure masthead has loaded
cy.get("#masthead-logo").should("be.visible");
// Only check for #app; ignores twitter and sidecar.
cy.checkA11y("#app", CYPRESS_ACCESSIBILITY_CONFIG);
});
});

0 comments on commit 07278f2

Please sign in to comment.