| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| index bbf93446f5ac65311dd5e771b81423f0b153ba5c..8bca8117facaed49e9c772eb715be02b82155cf5 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| @@ -212,7 +212,7 @@ TEST_F('OutputE2ETest', 'Headings', function() {
|
| TEST_F('OutputE2ETest', 'Audio', function() {
|
| this.runWithLoadedTree('<audio src="foo.mp3" controls></audio>',
|
| function(root) {
|
| - var el = root.firstChild.firstChild.firstChild.firstChild;
|
| + var el = root.find({role: 'button'});
|
| var range = cursors.Range.fromNode(el);
|
| var o = new Output().withSpeechAndBraille(range, null, 'navigate');
|
|
|
|
|