Skip to content

Commit 704b541

Browse files
committed
test: add share card and share modal to a11y test
1 parent 6a04d27 commit 704b541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/unit/a11y-component-coverage.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ const SKIPPED_COMPONENTS: Record<string, string> = {
2626
'OgImage/BlogPost.vue': 'OG Image component - server-rendered image, not interactive UI',
2727
'OgImage/Default.vue': 'OG Image component - server-rendered image, not interactive UI',
2828
'OgImage/Package.vue': 'OG Image component - server-rendered image, not interactive UI',
29+
'OgImage/ShareCard.vue': 'OG Image component - server-rendered image, not interactive UI',
30+
31+
// Package modals with complex async dependencies
32+
'Package/ShareModal.vue':
33+
'Requires modal context, API calls (package downloads), and OG image rendering via /api/card',
2934

3035
// Client-only components with complex dependencies
3136
'Header/AuthModal.client.vue': 'Complex auth modal with navigation - requires full app context',

0 commit comments

Comments
 (0)