mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
hotfix: e2e accessibility tests
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
[routerLink]="option.routerLink"
|
[routerLink]="option.routerLink"
|
||||||
[queryParams]="option.params"
|
[queryParams]="option.params"
|
||||||
[class.active]="(currentOption$ | async)?.id === option.id"
|
[class.active]="(currentOption$ | async)?.id === option.id"
|
||||||
role="link"
|
role="tab"
|
||||||
tabindex="0">
|
tabindex="0">
|
||||||
{{ option.label | translate }}
|
{{ option.label | translate }}
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user