Commit 5e44747
committed
test(e2e): waive aria-required-children on item-edit metadata tab
The Edit Metadata tab uses nested role='table' wrappers for per-field
value lists. While values hydrate, the inner tables briefly contain
no rows, triggering an 'aria-required-children' axe violation. This
is the same ng-bootstrap / nested-table limitation tracked in
DSpace issue DSpace#2216; health-page.cy.ts already waives this rule for
the same reason. Apply the same waiver to item-edit Edit Metadata
tab to stabilize the flaky E2E test.1 parent e648d1f commit 5e44747
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
0 commit comments