// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`albumOrArtistThumbnail.vue > renders for album 1`] = `<button data-v-40f79232="" style="background-image: url(&quot;undefined/resources/assets/img/covers/default.svg&quot;);" class="thumbnail group relative w-full aspect-square bg-no-repeat bg-cover bg-center overflow-hidden rounded-xl active:scale-95" data-testid="album-artist-thumbnail" type="button"><img data-v-40f79232="" alt="Thumbnail" src="https://test/album.jpg" class="w-full aspect-square object-cover" loading="lazy"><span data-v-40f79232="" class="hidden">Play all songs in the album IV</span><span data-v-40f79232="" class="absolute top-0 left-0 w-full h-full group-hover:bg-black/40 no-hover:bg-black/40 z-10"></span><span data-v-40f79232="" class="play-icon absolute flex opacity-0 no-hover:opacity-100 items-center justify-center w-[32px] aspect-square rounded-full top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-k-highlight group-hover:opacity-100 duration-500 transition z-20" aria-hidden="true"><br data-testid="icon-play" icon="[object Object]" class="ml-0.5 text-k-highlight-fg" size="lg"></span></button>`;

exports[`albumOrArtistThumbnail.vue > renders for artist 1`] = `<button data-v-40f79232="" style="background-image: url(&quot;undefined/resources/assets/img/covers/default.svg&quot;);" class="thumbnail group relative w-full aspect-square bg-no-repeat bg-cover bg-center overflow-hidden rounded-xl active:scale-95" data-testid="album-artist-thumbnail" type="button"><img data-v-40f79232="" alt="Thumbnail" src="https://test/blimp.jpg" class="w-full aspect-square object-cover" loading="lazy"><span data-v-40f79232="" class="hidden">Play all songs by Led Zeppelin</span><span data-v-40f79232="" class="absolute top-0 left-0 w-full h-full group-hover:bg-black/40 no-hover:bg-black/40 z-10"></span><span data-v-40f79232="" class="play-icon absolute flex opacity-0 no-hover:opacity-100 items-center justify-center w-[32px] aspect-square rounded-full top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-k-highlight group-hover:opacity-100 duration-500 transition z-20" aria-hidden="true"><br data-testid="icon-play" icon="[object Object]" class="ml-0.5 text-k-highlight-fg" size="lg"></span></button>`;
