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

Unified Diff: dashboard/dashboard/elements/chart-legend-tooltip-test.html

Issue 2959503002: Enable Polymer.Settings.useNativeShadow on the dashboard. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « dashboard/dashboard/elements/chart-container.html ('k') | dashboard/dashboard/elements/chart-tooltip.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/chart-legend-tooltip-test.html
diff --git a/dashboard/dashboard/elements/chart-legend-tooltip-test.html b/dashboard/dashboard/elements/chart-legend-tooltip-test.html
index 11060847bf17e236b2f2940f465cca85ffc5dcec..dd9b5648926172df806434498fefee1a1c0f9866 100644
--- a/dashboard/dashboard/elements/chart-legend-tooltip-test.html
+++ b/dashboard/dashboard/elements/chart-legend-tooltip-test.html
@@ -7,6 +7,7 @@ found in the LICENSE file.
<link rel="import" href="/dashboard/elements/chart-legend-tooltip.html">
<link rel="import" href="/tracing/core/test_utils.html">
+<link rel="import" href="/tracing/ui/base/deep_utils.html">
<script>
'use strict';
@@ -34,7 +35,7 @@ tr.b.unittest.testSuite(function() {
Polymer.dom(container).appendChild(legendTooltip);
this.addHTMLOutput(container);
- document.getElementById('info').click();
+ tr.ui.b.findDeepElementMatching(document.body, '#info').click();
}, testOptions);
});
</script>
« no previous file with comments | « dashboard/dashboard/elements/chart-container.html ('k') | dashboard/dashboard/elements/chart-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698