| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| index 3fc4081a0382652767e203a3fddd117710b3c071..47c56119088007f987bc7a99dcaa224d97d6b32b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| @@ -20,6 +20,11 @@
|
|
|
| EditingTest.prototype = {
|
| __proto__: ChromeVoxNextE2ETest.prototype,
|
| +
|
| + /** @override */
|
| + setUp: function() {
|
| + ChromeVoxState.instance.toggleNext(true);
|
| + },
|
|
|
| /**
|
| * @return {!MockFeedback}
|
|
|