Skip to content

Commit 766266e

Browse files
committed
test: fix package-header a11y test
1 parent 4d57583 commit 766266e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/a11y.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ describe('component accessibility audits', () => {
748748
provenanceStatus: 'idle',
749749
docsLink: null,
750750
codeLink: null,
751-
isBinaryOnly: false,
751+
page: 'docs',
752752
},
753753
})
754754
const results = await runAxe(component)

0 commit comments

Comments
 (0)