Skip to content

Commit 812d610

Browse files
committed
test: ignore apg tabs-action (#4585)
Fixes our nightly tests by ignoring the experimental page for `aria-actions` on tabs.
1 parent 9be0aed commit 812d610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/aria-practices/apg.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ describe('aria-practices', function () {
4040
]
4141
};
4242

43-
// Not an actual content file
4443
const skippedPages = [
45-
'toolbar/examples/help.html' // Embedded into another page
44+
'toolbar/examples/help.html', // Embedded into another page
45+
'tabs/examples/tabs-actions.html' // dequelabs/axe-core#4584
4646
];
4747

4848
it('finds examples', () => {

0 commit comments

Comments
 (0)