| Index: chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
|
| diff --git a/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js b/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
|
| index de087d46c6f38ba0777cf5009dc13bbd2bc75ca6..2659015423078d5623788d730c0f07a342f0c0bc 100644
|
| --- a/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
|
| +++ b/chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js
|
| @@ -112,7 +112,7 @@ TEST_F('SettingsEasyUnlockBrowserTest', 'MAYBE_EasyUnlock', function() {
|
|
|
| suite('SettingsEasyUnlock', function() {
|
| suiteSetup(function() {
|
| - self.getPage('basic').set('pageVisibility.people', true);
|
| + self.basicPage.set('pageVisibility.people', true);
|
| Polymer.dom.flush();
|
|
|
| // These overrides are necessary for this test to function on ChromeOS
|
|
|