Skip to content

Commit

Permalink
Update showcase-tab-item.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored May 13, 2024
1 parent 6c7ce80 commit 42959e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcases/e2e/tab-item/showcase-tab-item.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { test } from '@playwright/test';
import { getDefaultScreenshotTest } from '../default.ts';

test.describe('DBTabItem', () => {
// 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
getDefaultScreenshotTest({
path: '04/tab-item',
disableRules: ['aria-allowed-role']
Expand Down

0 comments on commit 42959e0

Please sign in to comment.