diff --git a/app/components/PackageVersions.vue b/app/components/PackageVersions.vue
index 2c111134e2..8fa0726e27 100644
--- a/app/components/PackageVersions.vue
+++ b/app/components/PackageVersions.vue
@@ -318,7 +318,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
>
{{ $t('package.versions.title') }}
@@ -343,15 +343,15 @@ function getTagVersions(tag: string): VersionDisplay[] {
>
@@ -412,7 +412,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
@@ -470,7 +470,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
@@ -504,7 +504,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
-
+
@@ -568,11 +568,11 @@ function getTagVersions(tag: string): VersionDisplay[] {
@click="toggleMajorGroup(group.groupKey)"
>
@@ -616,7 +616,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
-
+
diff --git a/test/nuxt/components/PackageVersions.spec.ts b/test/nuxt/components/PackageVersions.spec.ts
index da5cc27879..3b3e5ad1ea 100644
--- a/test/nuxt/components/PackageVersions.spec.ts
+++ b/test/nuxt/components/PackageVersions.spec.ts
@@ -943,7 +943,7 @@ describe('PackageVersions', () => {
})
// Find chevron icons inside buttons
- const chevronIcons = component.findAll('button span.i-carbon-chevron-right')
+ const chevronIcons = component.findAll('button span.i-carbon\\:chevron-right')
expect(chevronIcons.length).toBeGreaterThan(0)
for (const icon of chevronIcons) {
expect(icon.attributes('aria-hidden')).toBe('true')