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

Unified Diff: chrome/test/data/webui/md_history/history_synced_tabs_test.js

Issue 2042973002: [MD History] Add routing to the synced devices page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hide_search_bar
Patch Set: rebase 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
Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js
diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
index c1b0301d35d54d482cceabd5832e7bfa35362a07..f122a8d78fd873388e8451ceb954ca54cadac2f1 100644
--- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
+++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
@@ -46,8 +46,8 @@ cr.define('md_history.history_synced_tabs_test', function() {
// Not rendered until selected.
assertEquals(null, app.$$('#synced-devices'));
- app.selectedPage_ = 'synced-devices';
- assertEquals('synced-devices', app.$['side-bar'].$.menu.selected);
+ app.selectedPage_ = 'syncedTabs';
+ assertEquals('syncedTabs', app.$['side-bar'].$.menu.selected);
return flush().then(function() {
element = app.$$('#synced-devices');
assertTrue(!!element);
« no previous file with comments | « chrome/test/data/webui/md_history/history_routing_test.js ('k') | chrome/test/data/webui/md_history/md_history_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698