Skip to content

Commit

Permalink
testing aksel-expansioncard
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan committed Oct 29, 2024
1 parent 8aee3d3 commit 249425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aksel.nav.no/website/e2e/axe.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ test.describe("Axe a11y", () => {
const accessibilityScanResults = await new AxeBuilder({ page })
.disableRules([
"definition-list",
"scrollable-region-focusable",
"landmark-complementary-is-top-level",
])
.exclude("iframe")
.exclude("#aksel-expansioncard")
.exclude("#toc-scroll")
.exclude("#toc-scroll")
.exclude(".aksel-codesnippet")
Expand Down

0 comments on commit 249425d

Please sign in to comment.