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

@ -27,9 +27,9 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("H"))
sequence.append(utils.AssertPresentationAction(
"2. H for heading",
["BRAILLE LINE: 'Enter Bug: orca \u2013 This page lets you enter a new bug into Bugzilla. h1'",
" VISIBLE: 'Enter Bug: orca \u2013 This page lets', cursor=1",
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug into Bugzilla. heading level 1'"]))
["BRAILLE LINE: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug into Bugzilla. h1'",
" VISIBLE: 'Enter Bug: cthulhu \u2013 This page lets', cursor=1",
"SPEECH OUTPUT: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug into Bugzilla. heading level 1'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
@ -203,9 +203,9 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
sequence.append(utils.AssertPresentationAction(
"24. line Up",
["BRAILLE LINE: 'Enter Bug: orca \u2013 This page lets you enter a new bug h1'",
" VISIBLE: 'Enter Bug: orca \u2013 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 \u2013 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.AssertionSummaryAction())
sequence.start()