| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| index 1fab64c3d977a0e99fda947929f5cd392cb5089c..61f51a6eedb2c9bbe65d057b838a637d135a1fe8 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -423,7 +423,7 @@ TEST_F('BackgroundTest', 'EarconsForControls', function() {
|
| .expectSpeech('Button', 'has pop up')
|
| .expectEarcon(cvox.Earcon.POP_UP_BUTTON)
|
| .call(doCmd('nextObject'))
|
| - .expectSpeech(/slider/)
|
| + .expectSpeech(/Slider/)
|
| .expectEarcon(cvox.Earcon.SLIDER);
|
|
|
| mockFeedback.replay();
|
|
|