Open
Description
Testing with WAVE.
The file list has an empty table header (where the checkbox is), i.e.
<span class="ui-column-title"></span>
<div class="ui-chkbox ui-chkbox-all ui-widget">
<div id="datasetForm:tabView:filesTable_head_checkbox" role="checkbox" tabindex="0" aria-label="Select All" aria-checked="false" class="ui-chkbox-box ui-widget ui-corner-all ui-state-default">
<span class="ui-chkbox-icon ui-icon ui-icon-blank ui-c"></span>
</div>
</div>
</th>
It's probably fixable in automated tests by making this a <td>
but that's just fooling the auto-test. I'm not sure whether the whole thing should even be a table rather than a list?