Skip to content

Commit

Permalink
feat: exclude (maplibre marker) to playwright axe (util.ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
TessaViergever committed Jan 14, 2025
1 parent 304e23d commit c5feee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const test = base.extend<AxeFixture>({
const makeAxeBuilder = () =>
new AxeBuilder({ page })
.withTags(['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'])
.exclude('#commonly-reused-element-with-known-issue')
.exclude('.maplibregl-marker')

await use(makeAxeBuilder)
},
Expand Down

0 comments on commit c5feee8

Please sign in to comment.