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

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

Issue 1758973002: MD Settings: Creating a <settings-dialog> element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra blank line 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/settings/reset_page_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/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 e4b4b9478e76e905910b2080a8228bde4c16d2b0..002bbd4f37e23f8cc1ad1ad9a6b70e1e62c3c4c9 100644
--- a/chrome/test/data/webui/settings/search_engines_page_test.js
+++ b/chrome/test/data/webui/settings/search_engines_page_test.js
@@ -172,7 +172,7 @@ cr.define('settings_search_engines_page', function() {
test('DialogOpenAndClose', function() {
return browserProxy.whenCalled('searchEngineEditStarted').then(
function() {
- MockInteractions.tap(dialog.$.close);
+ MockInteractions.tap(dialog.$.dialog.getCloseButton());
return browserProxy.whenCalled('searchEngineEditCancelled');
});
});
« no previous file with comments | « chrome/test/data/webui/settings/reset_page_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698