Index: Tools/GardeningServer/ui/ct-test-list.html |
diff --git a/Tools/GardeningServer/ui/ct-test-list.html b/Tools/GardeningServer/ui/ct-test-list.html |
index 12477f87e74ab4d189a2c04a469e0df53f4a6c5c..c915e98dd819a0287a7e357247bd32f6e04cfbb6 100644 |
--- a/Tools/GardeningServer/ui/ct-test-list.html |
+++ b/Tools/GardeningServer/ui/ct-test-list.html |
@@ -4,7 +4,7 @@ Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
-<polymer-element name="ct-test-list" attributes="tests"> |
+<polymer-element name="ct-test-list" attributes="tests tree"> |
<template> |
<style> |
:host { |
@@ -23,7 +23,7 @@ found in the LICENSE file. |
<script> |
Polymer({ |
flakinessDashboardURL: function(test) { |
- return ui.urlForFlakinessDashboard(test.testName, test.step); |
+ return ui.urlForFlakinessDashboard(test.testName, test.step, this.tree); |
}, |
}); |
</script> |