Skip to content

Commit 3d90272

Browse files
committed
Fix tests
1 parent ce3ec6a commit 3d90272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/nuxt/components.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ describe('component accessibility audits', () => {
553553
const component = await mountSuspended(PackageListControls, {
554554
props: {
555555
filter: '',
556-
sort: 'downloads',
556+
sort: 'downloads-desc',
557557
},
558558
})
559559
const results = await runAxe(component)
@@ -564,7 +564,7 @@ describe('component accessibility audits', () => {
564564
const component = await mountSuspended(PackageListControls, {
565565
props: {
566566
filter: 'vue',
567-
sort: 'downloads',
567+
sort: 'downloads-desc',
568568
totalCount: 100,
569569
filteredCount: 10,
570570
},

0 commit comments

Comments
 (0)