hotfix: e2e accessibility tests

This commit is contained in:
Oscar Chacón
2025-04-24 17:11:54 -06:00
parent f8cfb74555
commit 4e5b344ce8

View File

@@ -11,7 +11,7 @@
[routerLink]="option.routerLink"
[queryParams]="option.params"
[class.active]="(currentOption$ | async)?.id === option.id"
role="link"
role="tab"
tabindex="0">
{{ option.label | translate }}
</a>