From 2fa2edbc4a9040b165b2f4b650d2cb261fb031c2 Mon Sep 17 00:00:00 2001 From: Steven Lambert Date: Wed, 3 Jul 2019 09:18:11 -0600 Subject: [PATCH] move test to passes --- .../rules/th-has-data-cells/th-has-data-cells.html | 11 +++++++++++ .../rules/th-has-data-cells/th-has-data-cells.json | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) 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