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

Unified Diff: Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html

Issue 416673003: Show non-webkit test failures in the failure stream (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments 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-embedded-flakiness-dashboard.html
diff --git a/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html b/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
index a509200e2424c11b1f2fd2285e68cd455ca79e97..949ed4bada2c3411047e0423deeb346442e2e806 100644
--- a/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
+++ b/Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard.html
@@ -31,7 +31,7 @@ found in the LICENSE file.
},
testChanged: function() {
- this.$.iframe.src = ui.urlForEmbeddedFlakinessDashboard([this.test]);
+ this.$.iframe.src = ui.urlForEmbeddedFlakinessDashboard(this.test.testName, this.test.step);
},
});
« no previous file with comments | « Tools/GardeningServer/ui/ct-builder-grid.html ('k') | Tools/GardeningServer/ui/ct-embedded-flakiness-dashboard-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698