Skip to content

Commit

Permalink
Add Insert+Up to JAWS and NVDA tests when reading information about t…
Browse files Browse the repository at this point in the history
…he combobox and listbox popup
  • Loading branch information
IsaDC committed Jan 7, 2021
1 parent ae0c607 commit ef6c262
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/combobox-select-only/data/commands.csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ testId,task,mode,at,commandA,commandB,commandC,commandD,commandE,commandF
4,navigate backwards to collapsed select-only combobox,interaction,NVDA,SHIFT_TAB,,,,,
5,navigate forwards to collapsed select-only combobox,interaction,voiceover_macos,CTRL_OPT_RIGHT,TAB,CTRL_OPT_CMD_J,,,
6,navigate backwards to collapsed select-only combobox,interaction,voiceover_macos,CTRL_OPT_LEFT,SHIFT_TAB,SHIFT_CTRL_OPT_CMD_J,,,
7,read information about collapsed select-only combobox,reading,JAWS,INS_TAB,,,,,
7,read information about collapsed select-only combobox,reading,NVDA,INS_TAB,,,,,
8,read information about collapsed select-only combobox,interaction,JAWS,INS_TAB,,,,,
8,read information about collapsed select-only combobox,interaction,NVDA,INS_TAB,,,,,
7,read information about collapsed select-only combobox,reading,JAWS,INS_TAB,INS_UP,,,,
7,read information about collapsed select-only combobox,reading,NVDA,INS_TAB,INS_UP,,,,
8,read information about collapsed select-only combobox,interaction,JAWS,INS_TAB,INS_UP,,,,
8,read information about collapsed select-only combobox,interaction,NVDA,INS_TAB,INS_UP,,,,
9,read information about collapsed select-only combobox,interaction,voiceover_macos,CTRL_OPT_F3,CTRL_OPT_F4,,,,
10,open collapsed select-only combobox,reading,JAWS,ALT_DOWN,,,,,
10,open collapsed select-only combobox,reading,NVDA,ALT_DOWN,,,,,
Expand All @@ -28,8 +28,8 @@ testId,task,mode,at,commandA,commandB,commandC,commandD,commandE,commandF
17,open collapsed select-only combobox to last option,interaction,JAWS,END,,,,,
17,open collapsed select-only combobox to last option,interaction,NVDA,END,,,,,
18,open collapsed select-only combobox to last option,interaction,voiceover_macos,END,,,,,
19,read information about listbox popup,interaction,JAWS,INS_TAB,,,,,
19,read information about listbox popup,interaction,NVDA,INS_TAB,,,,,
19,read information about listbox popup,interaction,JAWS,INS_TAB,INS_UP,,,,
19,read information about listbox popup,interaction,NVDA,INS_TAB,INS_UP,,,,
20,read information about listbox popup,interaction,voiceover_macos,CTRL_OPT_F3,CTRL_OPT_F4,,,,
21,navigate forwards to option in listbox popup,interaction,JAWS,DOWN,,,,,
21,navigate forwards to option in listbox popup,interaction,NVDA,DOWN,,,,,
Expand Down

0 comments on commit ef6c262

Please sign in to comment.