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

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

Issue 1729263005: MD History: Display synced tabs history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_shared_styles
Patch Set: address_comments Created 4 years, 9 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
« no previous file with comments | « chrome/test/data/webui/md_history/history_synced_tabs_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8999a3776d42431da984efe7088ad184afae45a9..10e823817c39c95d1eefed8e35a048eb0e5a0578 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -31,6 +31,7 @@ MaterialHistoryBrowserTest.prototype = {
'history_item_test.js',
'history_overflow_menu_test.js',
'history_supervised_user_test.js',
+ 'history_synced_tabs_test.js',
'history_toolbar_test.js'
])
};
@@ -55,6 +56,11 @@ TEST_F('MaterialHistoryBrowserTest', 'HistoryOverflowMenuTest', function() {
mocha.run();
});
+TEST_F('MaterialHistoryBrowserTest', 'SyncedTabsTest', function() {
+ md_history.history_synced_tabs_test.registerTests();
+ mocha.run();
+});
+
function MaterialHistoryDeletionDisabledTest() {}
MaterialHistoryDeletionDisabledTest.prototype = {
« no previous file with comments | « chrome/test/data/webui/md_history/history_synced_tabs_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698