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

Unified Diff: dashboard/dashboard/elements/chart-container-test.html

Issue 2993773002: Dashboard charts: display sparklines of related timeseries in a tab strip. (Closed)
Patch Set: fix warnings[].value Created 3 years, 3 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: dashboard/dashboard/elements/chart-container-test.html
diff --git a/dashboard/dashboard/elements/chart-container-test.html b/dashboard/dashboard/elements/chart-container-test.html
index 7a5d243892aaada5d6ec47634634deb810779a4f..8c4c8387ec590a0dc3fea28bebb06fee34642bf3 100644
--- a/dashboard/dashboard/elements/chart-container-test.html
+++ b/dashboard/dashboard/elements/chart-container-test.html
@@ -72,7 +72,8 @@ tr.b.unittest.testSuite(function() {
return new Promise(function(resolve) {
function check() {
assert.lengthOf(chart.warnings, 1);
- assert.notEqual(-1, chart.warnings[0].indexOf('Graph out of date!'));
+ assert.notEqual(-1, chart.warnings[0].value.indexOf(
+ 'Graph out of date!'));
resolve();
}
requestAnimationFrame(check);
« no previous file with comments | « dashboard/dashboard/elements/chart-container.html ('k') | dashboard/dashboard/elements/chart-sparkline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698