Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard.js |
diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js |
index 3120ed478b34b09b27b5176c8aab6b6983606783..bc557e0b5f57b3829eb542b421c3e073cb1d6dbe 100644 |
--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js |
+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js |
@@ -611,7 +611,7 @@ function createBugHTML(test) |
'[insert probable cause]'); |
url = 'https://code.google.com/p/chromium/issues/entry?template=Layout%20Test%20Failure&summary=' + title + '&comment=' + description; |
- return '<a href="' + url + '">File new bug</a>'; |
+ return '<a class="file-new-bug" href="' + url + '">File new bug</a>'; |
} |
function isCrossBuilderView() |