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

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

Issue 2237703004: [MD History] Focus the search bar on load. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index e8b5cb130c1619e556849c496d95f21902f436d5..50bac182272fe44377d5a624224c130a184d4d43 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -84,6 +84,11 @@ TEST_F('MaterialHistoryBrowserTest', 'HistoryToolbarTest', function() {
mocha.run();
});
+TEST_F('MaterialHistoryBrowserTest', 'HistoryToolbarFocusTest', function() {
+ md_history.history_toolbar_focus_test.registerTests();
+ mocha.run();
+});
+
TEST_F('MaterialHistoryBrowserTest', 'HistoryOverflowMenuTest', function() {
md_history.history_overflow_menu_test.registerTests();
mocha.run();

Powered by Google App Engine
This is Rietveld 408576698