From 6d8582ae4f1b7c8c6924fd40a9940066f2ff45bb Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:11:10 -0600 Subject: [PATCH] tests: ignore apg tabs-action --- test/aria-practices/apg.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/aria-practices/apg.spec.js b/test/aria-practices/apg.spec.js index fd1c630ee7..e03a4cc06c 100644 --- a/test/aria-practices/apg.spec.js +++ b/test/aria-practices/apg.spec.js @@ -40,9 +40,9 @@ describe('aria-practices', function () { ] }; - // Not an actual content file const skippedPages = [ - 'toolbar/examples/help.html' // Embedded into another page + 'toolbar/examples/help.html', // Embedded into another page + 'tabs/examples/tabs-actions.html' // dequelabs/axe-core#4584 ]; it('finds examples', () => {