Skip to content

Commit f7377d5

Browse files
committed
fixed missing tocHeaderClass in a11y tests
1 parent dcbbdac commit f7377d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,7 @@ describe('component accessibility audits', () => {
21212121
title: '1.0.0',
21222122
publishedAt: '2026-02-11 10:00:00.000Z',
21232123
},
2124+
tocHeaderClass: 'toc',
21242125
},
21252126
})
21262127
const results = await runAxe(component)

0 commit comments

Comments
 (0)