Skip to content

Commit 46ef988

Browse files
authored
Checkbox Test Plan: Attempt to work around app issue 1660 by changing the order VO commands are presented (pull #1359)
Experiment to test whether changing the order of presentation of VO commands for tests 1 through 4 could somehow work around w3c/aria-at-app#1660, which is preventing the 'j' and 'shift+j' commands from rendering in the runner, test plan review, and report.
1 parent 5629bae commit 46ef988

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

tests/apg/checkbox/data/voiceover_macos-commands.csv

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
testId,command,settings,assertionExceptions,presentationNumber
2-
navForwardsToNotCheckedCheckbox,c,singleQuickKeyNavOn,,2
3-
navForwardsToNotCheckedCheckbox,ctrl+opt+right ctrl+opt+right,,1:roleGroup 1:nameSandwichCondiments 1:listBoundary,3
4-
navForwardsToNotCheckedCheckbox,tab,,,3.1
5-
navForwardsToNotCheckedCheckbox,j,singleQuickKeyNavOn,,3.2
6-
navBackToNotCheckedCheckbox,shift+c,singleQuickKeyNavOn,,5
7-
navBackToNotCheckedCheckbox,ctrl+opt+left,,,6
8-
navBackToNotCheckedCheckbox,shift+tab,,,6.1
9-
navBackToNotCheckedCheckbox,shift+j,singleQuickKeyNavOn,,6.2
10-
navForwardsToCheckedCheckbox,c,singleQuickKeyNavOn,,8
11-
navForwardsToCheckedCheckbox,ctrl+opt+right ctrl+opt+right,,1:roleGroup 1:nameSandwichCondiments 1:listBoundary,9
12-
navForwardsToCheckedCheckbox,tab,,,9.1
13-
navForwardsToCheckedCheckbox,j,singleQuickKeyNavOn,,9.2
14-
navBackToCheckedCheckbox,shift+c,singleQuickKeyNavOn,,11
15-
navBackToCheckedCheckbox,ctrl+opt+left,,,12
16-
navBackToCheckedCheckbox,shift+tab,,,12.1
17-
navBackToCheckedCheckbox,shift+j,singleQuickKeyNavOn,,12.2
2+
navForwardsToNotCheckedCheckbox,tab,,,3
3+
navForwardsToNotCheckedCheckbox,ctrl+opt+right ctrl+opt+right,,1:roleGroup 1:nameSandwichCondiments 1:listBoundary,3.1
4+
navForwardsToNotCheckedCheckbox,c,singleQuickKeyNavOn,,3.2
5+
navForwardsToNotCheckedCheckbox,j,singleQuickKeyNavOn,,3.3
6+
navBackToNotCheckedCheckbox,shift+tab,,,6
7+
navBackToNotCheckedCheckbox,ctrl+opt+left,,,6.1
8+
navBackToNotCheckedCheckbox,shift+c,singleQuickKeyNavOn,,6.2
9+
navBackToNotCheckedCheckbox,shift+j,singleQuickKeyNavOn,,6.3
10+
navForwardsToCheckedCheckbox,tab,,,9
11+
navForwardsToCheckedCheckbox,ctrl+opt+right ctrl+opt+right,,1:roleGroup 1:nameSandwichCondiments 1:listBoundary,9.1
12+
navForwardsToCheckedCheckbox,c,singleQuickKeyNavOn,,9.2
13+
navForwardsToCheckedCheckbox,j,singleQuickKeyNavOn,,9.3
14+
navBackToCheckedCheckbox,shift+tab,,,12
15+
navBackToCheckedCheckbox,ctrl+opt+left,,,12.1
16+
navBackToCheckedCheckbox,shift+c,singleQuickKeyNavOn,,12.2
17+
navBackToCheckedCheckbox,shift+j,singleQuickKeyNavOn,,12.3
1818
reqInfoAboutNotCheckedCheckbox,ctrl+opt+f3,,2:roleGroup 2:nameSandwichCondiments,15
1919
reqInfoAboutNotCheckedCheckbox,ctrl+opt+f4,,2:roleGroup 2:nameSandwichCondiments,15.1
2020
reqInfoAboutCheckedCheckbox,ctrl+opt+f3,,2:roleGroup 2:nameSandwichCondiments,18

0 commit comments

Comments
 (0)