Skip to content

Commit 2bc4c9a

Browse files
committed
chore: fix spec
1 parent 2eb660d commit 2bc4c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/components/PackageVersions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ describe('PackageVersions', () => {
943943
})
944944

945945
// Find chevron icons inside buttons
946-
const chevronIcons = component.findAll('button span.i-carbon-chevron-right')
946+
const chevronIcons = component.findAll('button span.i-carbon:chevron-right')
947947
expect(chevronIcons.length).toBeGreaterThan(0)
948948
for (const icon of chevronIcons) {
949949
expect(icon.attributes('aria-hidden')).toBe('true')

0 commit comments

Comments
 (0)