DescriptionMake cvox2 output feedback more robust when focusing a text field.
To make feedback robust and make the test reliable:
1. Construct the editable text handler on focus, not just on text changed.
2. Add an event queue, like on classic - that way we don't have a focus
event immediately followed by an event that selects some of the text.
3. Stop MockTTS from skipping over "extra" speech once it's matched the
first matching utterance - otherwise a test can't assert that only
the expected speech is generated and not anything else
4. Force ChromeVox Next on in cvox2 tests, otherwise we're getting mixed
feedback from Classic sometimes, introducing flakiness.
BUG=none
Patch Set 1 #
Total comments: 26
Depends on Patchset: Messages
Total messages: 6 (1 generated)
|