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

@ -19,43 +19,43 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Return"))
sequence.append(utils.AssertPresentationAction(
"1. Return to next result",
["BRAILLE LINE: 'Welcome to Orca! h1'",
" VISIBLE: 'Welcome to Orca! h1', cursor=16",
"SPEECH OUTPUT: 'Welcome to Orca! heading level 1'"]))
["BRAILLE LINE: 'Welcome to Cthulhu! h1'",
" VISIBLE: 'Welcome to Cthulhu! h1', cursor=16",
"SPEECH OUTPUT: 'Welcome to Cthulhu! heading level 1'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Return"))
sequence.append(utils.AssertPresentationAction(
"2. Return to next result",
["BRAILLE LINE: 'Welcome to Orca!'",
" VISIBLE: 'Welcome to Orca!', cursor=1",
["BRAILLE LINE: 'Welcome to Cthulhu!'",
" VISIBLE: 'Welcome to Cthulhu!', cursor=1",
"SPEECH OUTPUT: '1.'",
"SPEECH OUTPUT: 'Welcome to Orca!'",
"SPEECH OUTPUT: 'Welcome to Cthulhu!'",
"SPEECH OUTPUT: 'link.'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Return"))
sequence.append(utils.AssertPresentationAction(
"3. Return to next result",
["BRAILLE LINE: 'Orca is a free, open source, flexible, extensible, and '",
" VISIBLE: 'Orca is a free, open source, fle', cursor=5",
"SPEECH OUTPUT: 'Orca is a free, open source, flexible, extensible, and'"]))
["BRAILLE LINE: 'Cthulhu is a free, open source, flexible, extensible, and '",
" VISIBLE: 'Cthulhu is a free, open source, fle', cursor=5",
"SPEECH OUTPUT: 'Cthulhu is a free, open source, flexible, extensible, and'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Return"))
sequence.append(utils.AssertPresentationAction(
"4. Return to next result",
["BRAILLE LINE: 'synthesis, braille, and magnification, Orca helps provide '",
" VISIBLE: 'magnification, Orca helps provid', cursor=20",
"SPEECH OUTPUT: 'synthesis, braille, and magnification, Orca helps provide'"]))
["BRAILLE LINE: 'synthesis, braille, and magnification, Cthulhu helps provide '",
" VISIBLE: 'magnification, Cthulhu helps provid', cursor=20",
"SPEECH OUTPUT: 'synthesis, braille, and magnification, Cthulhu helps provide'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Escape"))
sequence.append(utils.AssertPresentationAction(
"5. Escape to return to page content",
["BRAILLE LINE: 'synthesis, braille, and magnification, Orca helps provide '",
" VISIBLE: 'magnification, Orca helps provid', cursor=20",
"SPEECH OUTPUT: 'synthesis, braille, and magnification, Orca helps provide selected'"]))
["BRAILLE LINE: 'synthesis, braille, and magnification, Cthulhu helps provide '",
" VISIBLE: 'magnification, Cthulhu helps provid', cursor=20",
"SPEECH OUTPUT: 'synthesis, braille, and magnification, Cthulhu helps provide selected'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))