| Index: chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| diff --git a/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js b/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| index aad0d07806e2d3d42d69f6091745c86fb4cbbbac..418edb8201536102c88ac6d1e34e05d66593cc26 100644
|
| --- a/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| +++ b/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| @@ -237,7 +237,7 @@ cr.define('settings_people_page_quick_unlock', function() {
|
| getFromElement('paper-radio-button[name="password"]');
|
| pinPasswordRadioButton =
|
| getFromElement('paper-radio-button[name="pin+password"]');
|
| - configureButton = getFromElement('paper-button');
|
| + configureButton = getFromElement('a[is="action-link"]');
|
|
|
| done();
|
| });
|
|
|