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

Unified Diff: tracing/tracing/value/ui/value_set_view_test.html

Issue 2168763004: [polymer] s/selectedTab/selectedSubView in value set view test (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-rebase
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/value_set_view_test.html
diff --git a/tracing/tracing/value/ui/value_set_view_test.html b/tracing/tracing/value/ui/value_set_view_test.html
index e5e4cc78f3315078596fa53ce375461efeedfee5..fd8b7da3e9400a97bbbb9913256e0c725bd5ef3d 100644
--- a/tracing/tracing/value/ui/value_set_view_test.html
+++ b/tracing/tracing/value/ui/value_set_view_test.html
@@ -145,7 +145,7 @@ tr.b.unittest.testSuite(function() {
assert.isFalse(tabView.get('tabsHidden'));
// Test that selecting the Table view changes the setting.
- tabView.selectedTab = tabView.tabs[0];
+ tabView.selectedSubView = tabView.tabs[0];
return new Promise(function(resolve, reject) {
assert.strictEqual(
tr.b.Settings.get(tr.v.ui.SELECTED_TAB_SETTINGS_KEY),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698