From 42959e0fc6f5cc267b5c8424812566daa118bde3 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 13 May 2024 08:54:52 +0200 Subject: [PATCH] Update showcase-tab-item.spec.ts --- showcases/e2e/tab-item/showcase-tab-item.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/showcases/e2e/tab-item/showcase-tab-item.spec.ts b/showcases/e2e/tab-item/showcase-tab-item.spec.ts index 0ddd3595a45..b4c4bd59f99 100644 --- a/showcases/e2e/tab-item/showcase-tab-item.spec.ts +++ b/showcases/e2e/tab-item/showcase-tab-item.spec.ts @@ -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']