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

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

Issue 2709423003: MD History: Fix display of 'No history entries found' message (Closed)
Patch Set: Created 3 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/browser/resources/md_history/history_list.html ('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/history_list_test.js
diff --git a/chrome/test/data/webui/md_history/history_list_test.js b/chrome/test/data/webui/md_history/history_list_test.js
index f37ea4e5206e83c047f295d526d53cf82b8bb779..41b2382f794e0e987605b038ef786893e75f8acf 100644
--- a/chrome/test/data/webui/md_history/history_list_test.js
+++ b/chrome/test/data/webui/md_history/history_list_test.js
@@ -223,6 +223,7 @@ suite('<history-list>', function() {
return PolymerTest.flushTasks().then(function() {
assertFalse(element.$['no-results'].hidden);
+ assertNotEquals('', element.$['no-results'].textContent.trim());
assertTrue(element.$['infinite-list'].hidden);
app.historyResult(createHistoryInfo(), TEST_HISTORY_RESULTS);
« no previous file with comments | « chrome/browser/resources/md_history/history_list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698