adjust minor test config: global mock of HTML functions and addition of test-id

This commit is contained in:
2025-11-20 09:52:37 +01:00
parent c7526be3c9
commit c81196343f
2 changed files with 10 additions and 9 deletions

View File

@@ -22,6 +22,7 @@
<div data-testid="expand-container" class="flex flex-col items-center">
<!-- + / × button -->
<button
data-testid="expand-button"
class="flex items-center justify-center w-12 h-12 rounded-full bg-blue-600 text-white text-2xl font-bold hover:bg-blue-700 transition"
on:click={toggle}
aria-expanded={expanded}