More renaming. Hopefully fixed version number.
This commit is contained in:
@ -14,9 +14,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Control>Home"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"1. Top of file",
|
||||
["BRAILLE LINE: 'this is a page to test how well Orca works with list items.'",
|
||||
["BRAILLE LINE: 'this is a page to test how well Cthulhu works with list items.'",
|
||||
" VISIBLE: 'this is a page to test how well ', cursor=1",
|
||||
"SPEECH OUTPUT: 'this is a page to test how well Orca works with list items.'"]))
|
||||
"SPEECH OUTPUT: 'this is a page to test how well Cthulhu works with list items.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@ -39,9 +39,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"4. Line Down",
|
||||
["BRAILLE LINE: '2. This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read'",
|
||||
["BRAILLE LINE: '2. This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read'",
|
||||
" VISIBLE: '2. This is a list item that span', cursor=1",
|
||||
"SPEECH OUTPUT: '2. This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read.'"]))
|
||||
"SPEECH OUTPUT: '2. This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@ -81,9 +81,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"9. Line Down",
|
||||
["BRAILLE LINE: '• This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read'",
|
||||
["BRAILLE LINE: '• This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read'",
|
||||
" VISIBLE: '• This is a list item that spans', cursor=1",
|
||||
"SPEECH OUTPUT: '• This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read.'"]))
|
||||
"SPEECH OUTPUT: '• This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@ -97,9 +97,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"11. Line Up",
|
||||
["BRAILLE LINE: '• This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read'",
|
||||
["BRAILLE LINE: '• This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read'",
|
||||
" VISIBLE: '• This is a list item that spans', cursor=1",
|
||||
"SPEECH OUTPUT: '• This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read.'"]))
|
||||
"SPEECH OUTPUT: '• This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
@ -139,9 +139,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"16. Line Up",
|
||||
["BRAILLE LINE: '2. This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read'",
|
||||
["BRAILLE LINE: '2. This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read'",
|
||||
" VISIBLE: '2. This is a list item that span', cursor=1",
|
||||
"SPEECH OUTPUT: '2. This is a list item that spans multiple lines. If Orca can successfully read to the end of this list item, it will have read.'"]))
|
||||
"SPEECH OUTPUT: '2. This is a list item that spans multiple lines. If Cthulhu can successfully read to the end of this list item, it will have read.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
|
Reference in New Issue
Block a user