Skip to content

Commit 4e5b344

Browse files
committed
hotfix: e2e accessibility tests
1 parent f8cfb74 commit 4e5b344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2 class="comcol-browse-label">{{'browse.comcol.head' | translate}}</h2>
1111
[routerLink]="option.routerLink"
1212
[queryParams]="option.params"
1313
[class.active]="(currentOption$ | async)?.id === option.id"
14-
role="link"
14+
role="tab"
1515
tabindex="0">
1616
{{ option.label | translate }}
1717
</a>

0 commit comments

Comments
 (0)