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

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

Issue 2669923002: MD Settings: Change search engine add button to a paper-button (Closed)
Patch Set: extract shared style into a class Created 3 years, 11 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/site_settings/site_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/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 07456114a22c0a2967a6d2c46369a260053bfde0..6f26ef0fba090ec45bcac6fdf4a557defac3a3bf 100644
--- a/chrome/test/data/webui/settings/search_engines_page_test.js
+++ b/chrome/test/data/webui/settings/search_engines_page_test.js
@@ -328,7 +328,7 @@ cr.define('settings_search_engines_page', function() {
// button is tapped.
test('AddSearchEngineDialog', function() {
assertFalse(!!page.$$('settings-search-engine-dialog'));
- var addSearchEngineButton = page.$$('#addSearchEngine > a');
+ var addSearchEngineButton = page.$.addSearchEngine;
assertTrue(!!addSearchEngineButton);
MockInteractions.tap(addSearchEngineButton);
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698