You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17) should not be fooled by rowspan and colspan
18) should return true each non-empty cell has a row header
19) should return true each non-empty cell has a column header
20) should return true each non-empty cell has aria-label
21) should return true each non-empty cell has aria-labelledby
22) should return true each non-empty cell has a headers attribute
23) should return true there is at least one non-empty header
24) should return true if the only data cells are empty
25) should return false if a cell has no headers
26) should return false if a cell has no headers - complex table
27) should return false if the headers element is empty
28) should return false if the headers element refers to non-existing elements
29) should return false if all headers are empty
passes
70) should find ["#pass1"]
71) should find ["#pass2"]
72) should find ["#pass3"]
73) should not return other results
violations
74) should find ["#fail1"]
75) should find ["#fail2"]
76) should not return other results
The text was updated successfully, but these errors were encountered:
Failing tests for the td-has-header check:
Subtask of #87.
Full stack trace:
The integration tests are also failing:
The text was updated successfully, but these errors were encountered: