Skip to content

Commit 0223400

Browse files
authored
Delete duplicated assertion for operating a not pressed togle button (VoiceOver) (#716)
1 parent 7ec8fa9 commit 0223400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/toggle-button/data/tests.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ testId,title,appliesTo,mode,task,setupScript,setupScriptDescription,refs,instruc
1919
18,Read information about a pressed toggle button,voiceover_macos,interaction,read information about pressed toggle button,setFocusOnButtonAndSetStateToPressed,"sets focus on the button, and sets its state to 'pressed'",button aria-pressed,"With focus on the 'Mute' button, read information about the button.",Role 'button' is conveyed,Name 'Mute' is conveyed,State 'pressed' is conveyed,,,,
2020
19,Operate a not pressed toggle button in reading mode,"JAWS,NVDA",reading,operate not pressed toggle button,setFocusOnButton,sets focus on the button,button aria-pressed,"With the reading cursor on the 'Mute' button, activate the button.","Change in state, to 'pressed', is conveyed",,,,,,
2121
20,Operate a not pressed toggle button in interaction mode,"JAWS,NVDA",interaction,operate not pressed toggle button,setFocusOnButton,sets focus on the button,button aria-pressed,"With focus on the 'Mute' button, activate the button.","Change in state, to 'pressed', is conveyed",,,,,,
22-
21,Operate a not pressed toggle button,voiceover_macos,interaction,operate not pressed toggle button,setFocusOnButton,sets focus on the button,button aria-pressed,"With focus on the 'Mute' button, activate the button.","Change in state, to 'pressed', is conveyed","Change in state, to 'pressed', is conveyed",,,,,
22+
21,Operate a not pressed toggle button,voiceover_macos,interaction,operate not pressed toggle button,setFocusOnButton,sets focus on the button,button aria-pressed,"With focus on the 'Mute' button, activate the button.","Change in state, to 'pressed', is conveyed",,,,,,
2323
22,Operate a pressed toggle button in reading mode,"JAWS,NVDA",reading,operate pressed toggle button,setFocusOnButtonAndSetStateToPressed,"sets focus on the button, and sets its state to 'pressed'",button aria-pressed,"With the reading cursor on the 'Mute' button, activate the button.","Change in state, to 'not pressed', is conveyed",,,,,,
2424
23,Operate a pressed toggle button in interaction mode,"JAWS,NVDA",interaction,operate pressed toggle button,setFocusOnButtonAndSetStateToPressed,"sets focus on the button, and sets its state to 'pressed'",button aria-pressed,"With focus on the 'Mute' button, activate the button.","Change in state, to 'not pressed', is conveyed",,,,,,
2525
24,Operate a pressed toggle button,voiceover_macos,interaction,operate pressed toggle button,setFocusOnButtonAndSetStateToPressed,"sets focus on the button, and sets its state to 'pressed'",button aria-pressed,"With focus on the 'Mute' button, activate the button.","Change in state, to 'not pressed', is conveyed",,,,,,

0 commit comments

Comments
 (0)