Skip to content

Commit e784494

Browse files
committed
chore: update test to reflect class name change
1 parent 75945eb commit e784494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuxt/components/compare/FacetSelector.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ describe('FacetSelector', () => {
327327
const component = await mountSuspended(FacetSelector)
328328

329329
// Selected facets have bg-bg-muted class
330-
expect(component.find('.bg-bg-muted').exists()).toBe(true)
330+
expect(component.find('.aria-checked:bg-bg-muted').exists()).toBe(true)
331331
})
332332

333333
it.runIf(hasComingSoonFacets)('applies cursor-not-allowed to comingSoon facets', async () => {

0 commit comments

Comments
 (0)