Feature Request
Is your feature request related to a problem? Please describe.
No
Describe the suggestion or request in detail
The following issues (mostly speech-related) should have more tests written:
Also, the mockWebSpeech.js file needs more coverage in these areas:
Speech tests around consecutive activities with different inputHint
Note that 1st and 2nd activity could sometimes have a slight delay between them, ~1 second.
| 1st activity |
2nd activity |
Should turn on microphone if via keyboard |
Should turn on microphone if via microphone |
| Accepting input |
Accepting input |
No |
No |
| Accepting input |
Expecting input |
No |
Yes |
| Accepting input |
Ignoring input |
No |
No |
|
|
|
|
| Expecting input |
Accepting input |
No |
Yes |
| Expecting input |
Expecting input |
No |
Yes |
| Expecting input |
Ignoring input |
No |
No (explicitly turn it off) |
|
|
|
|
| Ignoring input |
Accepting input |
No |
No |
| Ignoring input |
Expecting input |
No |
Yes |
| Ignoring input |
Ignoring input |
No |
No |
Reliability issues
Describe alternatives you have considered
N/A
[Enhancement]
Feature Request
Is your feature request related to a problem? Please describe.
No
Describe the suggestion or request in detail
The following issues (mostly speech-related) should have more tests written:
Remove markdown from spoken text for screen reader #2096aria-labelAlso, the
mockWebSpeech.jsfile needs more coverage in these areas:SpeechRecognition.langbased on languageno-match)Speech tests around consecutive activities with different
inputHintReliability issues
suggested-actions command should show suggested actions with imagesemptycardwas sent, we didn't wait until suggested actions show upminNumActivitiesShownto test, but this cannot be used to test empty card or suggested actionssuggestedActionsShowedcondition to wait until suggested actions show up before taking the snapshotDescribe alternatives you have considered
N/A
[Enhancement]