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

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

Issue 2827573002: MD Bookmarks: Show toolbar overlay when multiple items are selected (Closed)
Patch Set: Review comments Created 3 years, 8 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/md_history_focus_test.js
diff --git a/chrome/test/data/webui/md_history/md_history_focus_test.js b/chrome/test/data/webui/md_history/md_history_focus_test.js
index fcd0b9df3177866dd0e83d6161b73a67e6e44b95..864c1bcc90a4dc77e47fa68c97e509117c5a5b28 100644
--- a/chrome/test/data/webui/md_history/md_history_focus_test.js
+++ b/chrome/test/data/webui/md_history/md_history_focus_test.js
@@ -52,7 +52,7 @@ TEST_F('MaterialHistoryFocusTest', 'All', function() {
});
test('search bar is focused on load in wide mode', function() {
- toolbar.$['main-toolbar'].narrow_ = false;
+ toolbar.$['main-toolbar'].narrow = false;
historyResult(createHistoryInfo(), []);
return PolymerTest.flushTasks().then(() => {
@@ -65,7 +65,7 @@ TEST_F('MaterialHistoryFocusTest', 'All', function() {
});
test('search bar is not focused on load in narrow mode', function() {
- toolbar.$['main-toolbar'].narrow_ = true;
+ toolbar.$['main-toolbar'].narrow = true;
historyResult(createHistoryInfo(), []);
return PolymerTest.flushTasks().then(() => {
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/toolbar_test.js ('k') | ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698