Validation in the test method [verifyMenuInApplicationsIndex]
Check for [org.xwiki.test.ui.po.ViewPage] at [http:
[...]
Select element must have an accessible name
Description: Ensures select element has an accessible name
Help URL: https:Help: Select element must have an accessible name
Impact: critical
Tags: cat.forms, wcag2a, wcag412, section508, section508.22.n, ACTHTML element:
<select><option value="15">15</option><option value="25">25</option><option value="50">50</option><option value="100">100</option></select>
Selector: [.pagination-page-size > select]
Fix any of the following:
Form element does not have an implicit (wrapped) <label>
Form element does not have an explicit <label>
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"