| Index: Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| diff --git a/Tools/GardeningServer/ui/ct-tree-status-tests.html b/Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| index 99611cc4cf1b34dbc636aeb676c90433b3758671..817e86cfa2451419e28b02a71c1653c2c5b18d63 100644
|
| --- a/Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| +++ b/Tools/GardeningServer/ui/ct-tree-status-tests.html
|
| @@ -68,7 +68,7 @@ asyncTest("basic", 9, function() {
|
| })
|
| ]).then(function() {
|
| requestAnimationFrame(function() {
|
| - ok(!opentree.shadowRoot.textContent.trim());
|
| + ok(!opentree.shadowRoot.textContent.has("open-tree-project"));
|
| ok(throttledtree.shadowRoot.textContent.has("throttled-tree-project"));
|
| ok(closedtree.shadowRoot.textContent.has("closed-tree-project"));
|
| start();
|
|
|