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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.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/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 f2a329a5342535ef26fc581f13f174deaee524d6..ee4614022f86e048a937e64502cdf62f10f4612e 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -29,6 +29,7 @@ MaterialHistoryBrowserTest.prototype = {
extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
'test_util.js',
'browser_service_test.js',
+ 'history_drawer_test.js',
'history_grouped_list_test.js',
'history_item_test.js',
'history_list_test.js',
@@ -57,6 +58,11 @@ TEST_F('MaterialHistoryBrowserTest', 'BrowserServiceTest', function() {
mocha.run();
});
+TEST_F('MaterialHistoryBrowserTest', 'DrawerTest', function() {
+ md_history.history_drawer_test.registerTests();
+ mocha.run();
+});
+
TEST_F('MaterialHistoryBrowserTest', 'HistoryGroupedListTest', function() {
md_history.history_grouped_list_test.registerTests();
mocha.run();

Powered by Google App Engine
This is Rietveld 408576698