diff --git a/test/integration/rules/th-has-data-cells/th-has-data-cells.html b/test/integration/rules/th-has-data-cells/th-has-data-cells.html index ba04856ee5..43a44421fd 100644 --- a/test/integration/rules/th-has-data-cells/th-has-data-cells.html +++ b/test/integration/rules/th-has-data-cells/th-has-data-cells.html @@ -61,6 +61,17 @@ + + + + + + + + + +
hi
hi
+ diff --git a/test/integration/rules/th-has-data-cells/th-has-data-cells.json b/test/integration/rules/th-has-data-cells/th-has-data-cells.json index 2fe908052f..6bec1f1b27 100644 --- a/test/integration/rules/th-has-data-cells/th-has-data-cells.json +++ b/test/integration/rules/th-has-data-cells/th-has-data-cells.json @@ -14,6 +14,7 @@ ["#pass4"], ["#pass5"], ["#pass6"], - ["#pass7"] + ["#pass7"], + ["#pass8"] ] }
axe