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

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

Issue 2068613002: [MD History] Add URL parameter for search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@routing
Patch Set: remove_var 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/history_synced_tabs_test.js
diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
index f122a8d78fd873388e8451ceb954ca54cadac2f1..60e80096678417461c72ba1066046b7cfe23230f 100644
--- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
+++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
@@ -162,7 +162,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
// Ensure separators between windows are added appropriately.
assertEquals(1, numWindowSeparators(cards[0]));
assertEquals(3, numWindowSeparators(cards[1]));
- element.searchedTerm = 'g';
+ element.searchTerm = 'g';
return flush();
}).then(function() {
@@ -255,7 +255,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
teardown(function() {
element.syncedDevices = [];
- element.searchedTerm = '';
+ element.searchTerm = '';
});
});
}
« no previous file with comments | « chrome/test/data/webui/md_history/history_routing_test.js ('k') | chrome/test/data/webui/md_history/md_history_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698