Remove files that should be ignored based on .gitignore
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""Test of sayAll."""
|
||||
|
||||
from macaroon.playback import *
|
||||
import utils
|
||||
|
||||
sequence = MacroSequence()
|
||||
|
||||
#sequence.append(WaitForDocLoad())
|
||||
sequence.append(PauseAction(5000))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("KP_Add"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"1. KP_Add to do a SayAll",
|
||||
["SPEECH OUTPUT: 'Line 1'",
|
||||
"SPEECH OUTPUT: 'Line 2'",
|
||||
"SPEECH OUTPUT: 'clickable'",
|
||||
"SPEECH OUTPUT: 'Line 3'"]))
|
||||
|
||||
sequence.append(utils.AssertionSummaryAction())
|
||||
sequence.start()
|
Reference in New Issue
Block a user