Skip to content

Commit

Permalink
fix e2e test 18x aria on <ul> html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
frabacche committed Mar 6, 2024
1 parent dd9fc18 commit e6389a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="col-12">
<h1 class="border-bottom">{{'item.edit.head' | translate}}</h1>
<div class="pt-2">
<ul class="nav nav-tabs justify-content-start" role="tablist">
<ul *ngIf="pages.length > 0" class="nav nav-tabs justify-content-start" role="tablist">
<li *ngFor="let page of pages" class="nav-item" role="presentation">
<a *ngIf="(page.enabled | async)"
[attr.aria-selected]="page.page === currentPage"
Expand Down

0 comments on commit e6389a7

Please sign in to comment.