Skip to content

Commit cb0ac0c

Browse files
frabacchealexandrevryghem
authored andcommitted
fix e2e test 18x aria on <ul> html tag
(cherry picked from commit e6389a7)
1 parent 38812a3 commit cb0ac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/item-page/edit-item-page/edit-item-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-12">
44
<h1 class="border-bottom">{{'item.edit.head' | translate}}</h1>
55
<div class="pt-2">
6-
<ul class="nav nav-tabs justify-content-start" role="tablist">
6+
<ul *ngIf="pages.length > 0" class="nav nav-tabs justify-content-start" role="tablist">
77
<li *ngFor="let page of pages" class="nav-item" role="presentation">
88
<a *ngIf="(page.enabled | async)"
99
[attr.aria-selected]="page.page === currentPage"

0 commit comments

Comments
 (0)