| Index: chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| index 20044ddd5cceef583da5d19fe81a9f2f3a56f012..cb7443e283b2eebbcf475362514c912680090179 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js
|
| @@ -40,7 +40,7 @@ ChromeVoxNextE2ETest.prototype = {
|
| return;
|
|
|
| r.removeEventListener('loadComplete', listener, true);
|
| - global.backgroundObj.onGotCommand('nextElement');
|
| + global.backgroundObj.onGotCommand('nextObject');
|
| callback && callback(evt.target);
|
| callback = null;
|
| };
|
|
|