Index: Tools/GardeningServer/ui/ct-test-list-tests.html |
diff --git a/Tools/GardeningServer/ui/ct-test-list-tests.html b/Tools/GardeningServer/ui/ct-test-list-tests.html |
index f69a426bced6f3ae74f4eb9fc1121335a854c53d..95ae6e5f1a83c3c5b14a937577645b28a97491bb 100644 |
--- a/Tools/GardeningServer/ui/ct-test-list-tests.html |
+++ b/Tools/GardeningServer/ui/ct-test-list-tests.html |
@@ -51,13 +51,14 @@ asyncTest("basic", 4, function() { |
var list = document.createElement('ct-test-list'); |
list.tests = kExampleTests; |
+ list.tree = 'blink'; |
Platform.endOfMicrotask(function() { |
var tests = list.shadowRoot.querySelectorAll('a'); |
equal(tests.length, 3); |
- equal(tests[0].href, 'http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=plugins%2Fgesture-events-scrolled.html&testType=foo_step'); |
- equal(tests[1].href, 'http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=plugins%2Ftransformed-events.html&testType=foo_step'); |
- equal(tests[2].href, 'http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=plugins%2Fgesture-events.html&testType=foo_step'); |
+ equal(tests[0].href, 'http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=@ToT%20Blink&tests=plugins%2Fgesture-events-scrolled.html&testType=foo_step'); |
+ equal(tests[1].href, 'http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=@ToT%20Blink&tests=plugins%2Ftransformed-events.html&testType=foo_step'); |
+ equal(tests[2].href, 'http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=@ToT%20Blink&tests=plugins%2Fgesture-events.html&testType=foo_step'); |
start(); |
}); |