| 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 8ddcb82b5c222a9f95ecf793ced4f09bdd50e83b..7683d4705c6d83a73aa8174ae9af7bf5cf6e251c 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
|
| @@ -24,6 +24,9 @@ function ChromeVoxNextE2ETest() {
|
| }.bind(this));
|
| }.bind(this));
|
| }
|
| +
|
| + // For tests, enable announcement of events we trigger via automation.
|
| + DesktopAutomationHandler.announceActions = true;
|
| }
|
|
|
| ChromeVoxNextE2ETest.prototype = {
|
|
|