SYNC: try to fix test

This commit is contained in:
Jan Prochazka
2025-12-03 11:12:41 +01:00
committed by Diflow
parent f2e0b1cfa2
commit b4b52e12d5
3 changed files with 12 additions and 2 deletions

View File

@@ -164,7 +164,12 @@
changeActiveSubmenu();
}}
>
<a on:click={e => handleClick(e, item)} class:disabled={item.disabled} class:bold={item.isBold}>
<a
on:click={e => handleClick(e, item)}
class:disabled={item.disabled}
class:bold={item.isBold}
data-testid={item.testid}
>
<span>
{#if item.switchValue && item.switchStoreGetter}
{#key switchIndex}