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

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

Issue 1641543002: MD History: Refactored design for displaying history information (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@second_patch
Patch Set: closure Created 4 years, 10 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_toolbar_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 bb6c67632ada4fc1a1c5b515d38c0f579fe3747e..8999a3776d42431da984efe7088ad184afae45a9 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -27,21 +27,21 @@ MaterialHistoryBrowserTest.prototype = {
extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
'test_util.js',
- 'history_card_manager_test.js',
- 'history_card_test.js',
+ 'history_list_test.js',
+ 'history_item_test.js',
'history_overflow_menu_test.js',
'history_supervised_user_test.js',
'history_toolbar_test.js'
])
};
-TEST_F('MaterialHistoryBrowserTest', 'HistoryCardTest', function() {
- md_history.history_card_test.registerTests();
+TEST_F('MaterialHistoryBrowserTest', 'HistoryItemTest', function() {
+ md_history.history_item_test.registerTests();
mocha.run();
});
-TEST_F('MaterialHistoryBrowserTest', 'HistoryCardManagerTest', function() {
- md_history.history_card_manager_test.registerTests();
+TEST_F('MaterialHistoryBrowserTest', 'HistoryListTest', function() {
+ md_history.history_list_test.registerTests();
mocha.run();
});
« no previous file with comments | « chrome/test/data/webui/md_history/history_toolbar_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698