Skip to content

Commit 4e5b344

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)