We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be0aed commit 812d610Copy full SHA for 812d610
test/aria-practices/apg.spec.js
@@ -40,9 +40,9 @@ describe('aria-practices', function () {
40
]
41
};
42
43
- // Not an actual content file
44
const skippedPages = [
45
- '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
46
];
47
48
it('finds examples', () => {
0 commit comments