fix playwright tests (#759)

This commit is contained in:
slothful-vassal
2026-02-01 21:02:36 +01:00
committed by GitHub
parent 029f1f134b
commit 6d5494935d
8 changed files with 90 additions and 42 deletions

View File

@@ -38,7 +38,7 @@
: $theme === "light"
? emptyStateTrailLight
: emptyStateTrailDark}
alt="avatar"
alt="list avatar"
/>
<div class="self-start min-w-0 basis-full transition-transform">
@@ -67,7 +67,7 @@
class="rounded-full w-5 aspect-square mx-1 inline"
src={list.expand.author.icon ||
`https://api.dicebear.com/7.x/initials/svg?seed=${list.expand.author.preferred_username}&backgroundType=gradientLinear`}
alt="avatar"
alt="author avatar"
/>
{handleFromRecordWithIRI(list)}
</p>

View File

@@ -251,6 +251,7 @@
{#snippet children({ toggleMenu: openDropdown })}
<div class="flex items-center">
<button
aria-label="Open user menu"
class="rounded-full bg-white text-black hover:bg-gray-200 focus:ring-4 ring-gray-100/50 transition-colors h-10 aspect-square"
onclick={openDropdown}
>