Skip to content

Commit

Permalink
Update packages/components/src/components/tabs/tabs.spec.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
nmerget and mfranzke authored May 13, 2024
1 parent d3280d2 commit 6c7ce80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/tabs/tabs.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const testA11y = () => {
test('should not have A11y issues', async ({ page, mount }) => {
await mount(comp);
const accessibilityScanResults = await new AxeBuilder({ page })
// TODO: There might be an issue in axe-core: https://github.com/dequelabs/axe-core/issues/4431
// So we disabled "aria-allowed-role"
// TODO: There might be an issue in our implementation of which elements get which roles
// So we disabled "aria-allowed-role" for now
.include('.db-tabs')
.disableRules(['aria-allowed-role'])
.analyze();
Expand Down

0 comments on commit 6c7ce80

Please sign in to comment.