More renaming. Hopefully fixed version number.

This commit is contained in:
storm
2024-10-17 10:33:20 -04:00
parent b669e9b5ae
commit 36f0ecb4e2
400 changed files with 55769 additions and 55769 deletions

View File

@ -61,18 +61,18 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"6. Down",
["BRAILLE LINE: ' Welcome to Orca'",
" VISIBLE: ' Welcome to Orca', cursor=2",
"SPEECH OUTPUT: 'Welcome to Orca'",
["BRAILLE LINE: ' Welcome to Cthulhu'",
" VISIBLE: ' Welcome to Cthulhu', cursor=2",
"SPEECH OUTPUT: 'Welcome to Cthulhu'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"7. Down",
["BRAILLE LINE: ' Welcome to Orca'",
" VISIBLE: ' Welcome to Orca', cursor=2",
"SPEECH OUTPUT: 'Welcome to Orca'",
["BRAILLE LINE: ' Welcome to Cthulhu'",
" VISIBLE: ' Welcome to Cthulhu', cursor=2",
"SPEECH OUTPUT: 'Welcome to Cthulhu'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
@ -88,18 +88,18 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"9. Down",
["BRAILLE LINE: ' The Orca Modifier'",
" VISIBLE: ' The Orca Modifier', cursor=2",
"SPEECH OUTPUT: 'The Orca Modifier'",
["BRAILLE LINE: ' The Cthulhu Modifier'",
" VISIBLE: ' The Cthulhu Modifier', cursor=2",
"SPEECH OUTPUT: 'The Cthulhu Modifier'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"10. Down",
["BRAILLE LINE: ' The Orca Modifier'",
" VISIBLE: ' The Orca Modifier', cursor=2",
"SPEECH OUTPUT: 'The Orca Modifier'",
["BRAILLE LINE: ' The Cthulhu Modifier'",
" VISIBLE: ' The Cthulhu Modifier', cursor=2",
"SPEECH OUTPUT: 'The Cthulhu Modifier'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
@ -277,18 +277,18 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"30. Up",
["BRAILLE LINE: ' The Orca Modifier'",
" VISIBLE: ' The Orca Modifier', cursor=2",
"SPEECH OUTPUT: 'The Orca Modifier'",
["BRAILLE LINE: ' The Cthulhu Modifier'",
" VISIBLE: ' The Cthulhu Modifier', cursor=2",
"SPEECH OUTPUT: 'The Cthulhu Modifier'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"31. Up",
["BRAILLE LINE: ' The Orca Modifier'",
" VISIBLE: ' The Orca Modifier', cursor=2",
"SPEECH OUTPUT: 'The Orca Modifier'",
["BRAILLE LINE: ' The Cthulhu Modifier'",
" VISIBLE: ' The Cthulhu Modifier', cursor=2",
"SPEECH OUTPUT: 'The Cthulhu Modifier'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
@ -304,18 +304,18 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"33. Up",
["BRAILLE LINE: ' Welcome to Orca'",
" VISIBLE: ' Welcome to Orca', cursor=2",
"SPEECH OUTPUT: 'Welcome to Orca'",
["BRAILLE LINE: ' Welcome to Cthulhu'",
" VISIBLE: ' Welcome to Cthulhu', cursor=2",
"SPEECH OUTPUT: 'Welcome to Cthulhu'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"34. Up",
["BRAILLE LINE: ' Welcome to Orca'",
" VISIBLE: ' Welcome to Orca', cursor=2",
"SPEECH OUTPUT: 'Welcome to Orca'",
["BRAILLE LINE: ' Welcome to Cthulhu'",
" VISIBLE: ' Welcome to Cthulhu', cursor=2",
"SPEECH OUTPUT: 'Welcome to Cthulhu'",
"SPEECH OUTPUT: 'link'"]))
sequence.append(utils.StartRecordingAction())
@ -364,10 +364,10 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"40. Up",
["BRAILLE LINE: ' Orca's logo Orca Screen Reader h1'",
" VISIBLE: 'Orca's logo Orca Screen Reader h', cursor=1",
"SPEECH OUTPUT: 'Orca's logo'",
"SPEECH OUTPUT: ' Orca Screen Reade'",
["BRAILLE LINE: ' Cthulhu's logo Cthulhu Screen Reader h1'",
" VISIBLE: 'Cthulhu's logo Cthulhu Screen Reader h', cursor=1",
"SPEECH OUTPUT: 'Cthulhu's logo'",
"SPEECH OUTPUT: ' Cthulhu Screen Reade'",
"SPEECH OUTPUT: 'heading level 1'"]))
sequence.append(KeyComboAction("<Alt>F4"))