Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(936)

Unified Diff: Tools/GardeningServer/ui/ct-tree-status-tests.html

Issue 400353006: Fix a bunch of UI nits in sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698