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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.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/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 4607af5b7b3fe3f7e12cff529078637a4144895d..6de0d2a1b4936d21bdb2bdb307d7945a97f488e9 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -33,6 +33,7 @@ MaterialHistoryBrowserTest.prototype = {
'history_item_test.js',
'history_list_test.js',
'history_overflow_menu_test.js',
+ 'history_routing_test.js',
'history_supervised_user_test.js',
'history_synced_tabs_test.js',
'history_toolbar_test.js'
@@ -81,6 +82,11 @@ TEST_F('MaterialHistoryBrowserTest', 'HistoryOverflowMenuTest', function() {
mocha.run();
});
+TEST_F('MaterialHistoryBrowserTest', 'RoutingTest', function() {
+ md_history.history_routing_test.registerTests();
+ mocha.run();
+});
+
TEST_F('MaterialHistoryBrowserTest', 'SyncedTabsTest', function() {
md_history.history_synced_tabs_test.registerTests();
mocha.run();
« no previous file with comments | « chrome/test/data/webui/md_history/history_synced_tabs_test.js ('k') | third_party/polymer/v1_0/find_unused_elements.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698