From 5e0c75ed68d87ec0f31b54e5b8fd836d6e4bb7ae Mon Sep 17 00:00:00 2001 From: Isabel Del Castillo Date: Mon, 15 Feb 2021 17:25:34 -0600 Subject: [PATCH] Reorder some assertions for consistency. --- tests/tabs-manual-activation/data/tests.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tabs-manual-activation/data/tests.csv b/tests/tabs-manual-activation/data/tests.csv index b4f2d8647..8ec08fda4 100644 --- a/tests/tabs-manual-activation/data/tests.csv +++ b/tests/tabs-manual-activation/data/tests.csv @@ -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",, \ No newline at end of file +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",,