| Index: chrome/browser/ui/webui/options/autofill_options_browsertest.js
|
| diff --git a/chrome/browser/ui/webui/options/autofill_options_browsertest.js b/chrome/browser/ui/webui/options/autofill_options_browsertest.js
|
| index 690f29242c76502417d365c48b3fe272db52231a..98117d6189dde59f2e4f802d414f508dbef45975 100644
|
| --- a/chrome/browser/ui/webui/options/autofill_options_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/autofill_options_browsertest.js
|
| @@ -47,7 +47,8 @@ TEST_F('AutofillEditAddressWebUITest',
|
| function() {
|
| assertEquals(this.browsePreload, document.location.href);
|
|
|
| - var phoneList = $('phone-list');
|
| + var phoneList =
|
| + document.querySelector('#autofill-edit-address-overlay [field=phone]');
|
| expectEquals(0, phoneList.validationRequests_);
|
| phoneList.doneValidating().then(function() {
|
| phoneList.focus();
|
|
|