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

@@ -50,18 +50,18 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"5. Line Down",
["BRAILLE LINE: 'The Orca logo image '",
" VISIBLE: 'The Orca logo image ', cursor=1",
"SPEECH OUTPUT: 'The Orca logo image Hey, look, it's our logo!'",
["BRAILLE LINE: 'The Cthulhu logo image '",
" VISIBLE: 'The Cthulhu logo image ', cursor=1",
"SPEECH OUTPUT: 'The Cthulhu logo image Hey, look, it's our logo!'",
"SPEECH OUTPUT: 'link.'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"6. Line Down",
["BRAILLE LINE: 'Can an Orca really hold'",
" VISIBLE: 'Can an Orca really hold', cursor=1",
"SPEECH OUTPUT: 'Can an Orca really hold link'"]))
["BRAILLE LINE: 'Can an Cthulhu really hold'",
" VISIBLE: 'Can an Cthulhu really hold', cursor=1",
"SPEECH OUTPUT: 'Can an Cthulhu really hold link'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
@@ -203,17 +203,17 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"24. Line Up",
["BRAILLE LINE: 'Can an Orca really hold'",
" VISIBLE: 'Can an Orca really hold', cursor=1",
"SPEECH OUTPUT: 'Can an Orca really hold link'"]))
["BRAILLE LINE: 'Can an Cthulhu really hold'",
" VISIBLE: 'Can an Cthulhu really hold', cursor=1",
"SPEECH OUTPUT: 'Can an Cthulhu really hold link'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"25. Line Up",
["BRAILLE LINE: 'The Orca logo image '",
" VISIBLE: 'The Orca logo image ', cursor=1",
"SPEECH OUTPUT: 'The Orca logo image Hey, look, it's our logo!'",
["BRAILLE LINE: 'The Cthulhu logo image '",
" VISIBLE: 'The Cthulhu logo image ', cursor=1",
"SPEECH OUTPUT: 'The Cthulhu logo image Hey, look, it's our logo!'",
"SPEECH OUTPUT: 'link.'"]))
sequence.append(utils.StartRecordingAction())