| 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);
|
| });
|
|
|