A lot of changes to switch to the new name, might be horribly broken.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user