A lot of changes to switch to the new name, might be horribly broken.

This commit is contained in:
storm
2024-10-17 09:20:24 -04:00
parent a523205ac2
commit b669e9b5ae
550 changed files with 143282 additions and 143282 deletions

View File

@ -54,9 +54,9 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"3. Line Down",
["BRAILLE LINE: 'Enter Bug: orca This page lets you enter a new bug h1'",
" VISIBLE: 'Enter Bug: orca This page lets', cursor=1",
"SPEECH OUTPUT: 'Enter Bug: orca This page lets you enter a new bug heading level 1'"]))
["BRAILLE LINE: 'Enter Bug: cthulhu This page lets you enter a new bug h1'",
" VISIBLE: 'Enter Bug: cthulhu This page lets', cursor=1",
"SPEECH OUTPUT: 'Enter Bug: cthulhu This page lets you enter a new bug heading level 1'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
@ -99,12 +99,12 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"7. Line Down",
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: orca'",
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: cthulhu'",
" VISIBLE: 'Reporter: joanmarie.diggs@gmail.', cursor=1",
"SPEECH OUTPUT: 'Reporter:.'",
"SPEECH OUTPUT: 'joanmarie.diggs@gmail.com.'",
"SPEECH OUTPUT: 'Product:.'",
"SPEECH OUTPUT: 'orca.'"]))
"SPEECH OUTPUT: 'cthulhu.'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
@ -390,12 +390,12 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"39. Line Up",
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: orca'",
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: cthulhu'",
" VISIBLE: 'Reporter: joanmarie.diggs@gmail.', cursor=1",
"SPEECH OUTPUT: 'Reporter:.'",
"SPEECH OUTPUT: 'joanmarie.diggs@gmail.com.'",
"SPEECH OUTPUT: 'Product:.'",
"SPEECH OUTPUT: 'orca.'"]))
"SPEECH OUTPUT: 'cthulhu.'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
@ -438,9 +438,9 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"43. Line Up",
["BRAILLE LINE: 'Enter Bug: orca \u2013 This page lets you enter a new bug h1'",
" VISIBLE: 'Enter Bug: orca This page lets', cursor=1",
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug heading level 1'"]))
["BRAILLE LINE: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug h1'",
" VISIBLE: 'Enter Bug: cthulhu This page lets', cursor=1",
"SPEECH OUTPUT: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug heading level 1'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))