Skip to content

Commit

Permalink
test: ignore apg tabs-action (#4585)
Browse files Browse the repository at this point in the history
Fixes our nightly tests by ignoring the experimental page for
`aria-actions` on tabs.
  • Loading branch information
straker committed Sep 25, 2024
1 parent a2f3a48 commit 748cd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/aria-practices/apg.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 748cd01

Please sign in to comment.