Commit 72474d27 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Unflake ChromeVoxEditingTest.BackwardWordDelete

TBR=dtseng@chromium.org

Fixed: 1033983
Change-Id: Id7c39b162c6646282191f67828b1eb2dd94efac6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209501Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770389}
parent e4e42df7
......@@ -1207,6 +1207,7 @@ TEST_F('ChromeVoxEditingTest', 'BackwardWordDelete', function() {
const input = root.find({role: RoleType.TEXT_FIELD});
this.listenOnce(input, 'focus', function() {
mockFeedback.call(this.press(35 /* end */, {ctrl: true}))
.expectSpeech('test')
.call(this.press(8 /* backspace */, {ctrl: true}))
.expectSpeech('test, deleted')
.expectBraille('a\u00a0', {startIndex: 2, endIndex: 2})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment