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

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

Issue 2667253002: MD Settings: Change autofill addr/cc add buttons to paper-button (Closed)
Patch Set: Merge branch 'master' into add-button 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/ui/webui/settings/md_settings_localized_strings_provider.cc ('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/settings_autofill_section_browsertest.js
diff --git a/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js b/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js
index b3ba1065034821444a687a32ef4345b10dd56e53..7228b71e540ca93b5b58f24a995c0fbd00c57d63 100644
--- a/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js
@@ -434,7 +434,8 @@ TEST_F('SettingsAutofillSectionBrowserTest', 'AddressTests', function() {
return self.createAddressDialog_(
FakeDataMaker.emptyAddressEntry()).then(function(dialog) {
var title = dialog.$$('.title');
- assertEquals(loadTimeData.getString('addAddress'), title.textContent);
+ assertEquals(loadTimeData.getString('addAddressTitle'),
+ title.textContent);
// Shouldn't be possible to save until something is typed in.
assertTrue(dialog.$.saveButton.disabled);
});
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698