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

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

Issue 2165903003: MD History: Show sidebar next to content on wide screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_fix_footer_link
Patch Set: dpapad@ review 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 5c46fb55e38271428da438e385e0e438eda7bdfd..c62458034a9138b8935eca8954f696e744a6a9f5 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
@@ -47,7 +47,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
assertEquals(null, app.$$('#synced-devices'));
app.selectedPage_ = 'syncedTabs';
- assertEquals('syncedTabs', app.$['side-bar'].$.menu.selected);
+ assertEquals('syncedTabs', app.$['content-side-bar'].$.menu.selected);
return flush().then(function() {
element = app.$$('#synced-devices');
assertTrue(!!element);

Powered by Google App Engine
This is Rietveld 408576698