From 748cd01d5bcae605f24bb1e6039459c7acadb992 Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:19:53 -0600 Subject: [PATCH] test: ignore apg tabs-action (#4585) Fixes our nightly tests by ignoring the experimental page for `aria-actions` on tabs. --- 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', () => {