Skip to content

Commit

Permalink
Reorder some assertions for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaDC committed Feb 15, 2021
1 parent ef430ec commit 5e0c75e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tabs-manual-activation/data/tests.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ testId,title,appliesTo,mode,task,setupScript,setupScriptDescription,refs,instruc
24,Activate a tab in a tab list in reading mode,"JAWS,NVDA",reading,activate tab in tab list,setFocusOnSecondTab,sets focus on the second tab,aria-selected,"With the reading cursor on the 'Agnes Obel' tab, activate the tab.","State of the tab, 'selected', is conveyed",,,,,,
25,Activate a tab in a tab list in interaction mode,"JAWS,NVDA",interaction,activate tab in tab list,setFocusOnSecondTab,sets focus on the second tab,aria-selected,"With focus on the 'Agnes Obel' tab, activate the tab.","State of the tab, 'selected', is conveyed",,,,,,
26,Activate a tab in a tab list,voiceover_macos,interaction,activate tab in tab list,setFocusOnSecondTab,sets focus on the second tab,aria-selected,"With focus on the 'Agnes Obel' tab, activate the tab.","State of the tab, 'selected', is conveyed",,,,,,
27,Delete a tab from a tab list in reading mode,"JAWS,NVDA",reading,delete tab from tab list ,setFocusOnThirdTab,sets focus on the third tab,tab aria-labelledby aria-selected,"With the reading cursor on the 'Joke' tab, delete the tab.",Role 'tab' is conveyed,Name 'Agnes Obel' is conveyed,"Position of tab in the tab list, 2, is conveyed","Number of tabs in the tab list, 2, is conveyed","State of the tab, 'selected', is conveyed",,
28,Delete a tab from a tab list in interaction mode,"JAWS,NVDA",interaction,delete tab from tab list ,setFocusOnThirdTab,sets focus on the third tab,tab aria-labelledby aria-selected,"With focus on the 'Joke' tab, delete the tab.",Role 'tab' is conveyed,Name 'Agnes Obel' is conveyed,"Position of tab in the tab list, 2, is conveyed","Number of tabs in the tab list, 2, is conveyed","State of the tab, 'selected', is conveyed",,
29,Delete a tab from a tab list,voiceover_macos,interaction,delete tab from tab list,setFocusOnThirdTab,sets focus on the third tab,tab aria-labelledby aria-selected,"With focus on the 'Joke' tab, delete the tab.",Role 'tab' is conveyed,Name 'Agnes Obel' is conveyed,"Position of tab in the tab list, 2, is conveyed","Number of tabs in the tab list, 2, is conveyed","State of the tab, 'selected', is conveyed",,
27,Delete a tab from a tab list in reading mode,"JAWS,NVDA",reading,delete tab from tab list ,setFocusOnThirdTab,sets focus on the third tab,tab aria-labelledby aria-selected,"With the reading cursor on the 'Joke' tab, delete the tab.",Role 'tab' is conveyed,Name 'Agnes Obel' is conveyed,"State of the tab, 'selected', is conveyed","Position of tab in the tab list, 2, is conveyed","Number of tabs in the tab list, 2, is conveyed",,
28,Delete a tab from a tab list in interaction mode,"JAWS,NVDA",interaction,delete tab from tab list ,setFocusOnThirdTab,sets focus on the third tab,tab aria-labelledby aria-selected,"With focus on the 'Joke' tab, delete the tab.",Role 'tab' is conveyed,Name 'Agnes Obel' is conveyed,"State of the tab, 'selected', is conveyed","Position of tab in the tab list, 2, is conveyed","Number of tabs in the tab list, 2, is conveyed",,
29,Delete a tab from a tab list,voiceover_macos,interaction,delete tab from tab list,setFocusOnThirdTab,sets focus on the third tab,tab aria-labelledby aria-selected,"With focus on the 'Joke' tab, delete the tab.",Role 'tab' is conveyed,Name 'Agnes Obel' is conveyed,"State of the tab, 'selected', is conveyed","Position of tab in the tab list, 2, is conveyed","Number of tabs in the tab list, 2, is conveyed",,

0 comments on commit 5e0c75e

Please sign in to comment.