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

Unified Diff: chrome/test/data/webui/settings/search_engines_page_test.js

Issue 2430503002: MD Settings: Migrate omnibox extension action menu to settings-action-menu. (Closed)
Patch Set: Undo Created 4 years, 2 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/settings/search_engines_page/omnibox_extension_entry.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/settings/search_engines_page_test.js
diff --git a/chrome/test/data/webui/settings/search_engines_page_test.js b/chrome/test/data/webui/settings/search_engines_page_test.js
index 76dd00b94917d16682a984e4c67e2e2c23075644..8933f98cb7d9fd0bbe52e57cf4892ca2a2db5f49 100644
--- a/chrome/test/data/webui/settings/search_engines_page_test.js
+++ b/chrome/test/data/webui/settings/search_engines_page_test.js
@@ -336,6 +336,9 @@ cr.define('settings_search_engines_page', function() {
entry = document.createElement('settings-omnibox-extension-entry');
entry.set('engine', createSampleOmniboxExtension());
document.body.appendChild(entry);
+
+ // Open action menu.
+ MockInteractions.tap(entry.$$('paper-icon-button'));
});
teardown(function() { entry.remove(); });
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698