More renaming. Hopefully fixed version number.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| #!/usr/bin/python | ||||
|  | ||||
| """Test of Orca's support for mouseovers.""" | ||||
| """Test of Cthulhu's support for mouseovers.""" | ||||
|  | ||||
| from macaroon.playback import * | ||||
| import utils | ||||
| @@ -23,16 +23,16 @@ sequence.append(utils.AssertPresentationAction( | ||||
|      "     VISIBLE:  'dialog', cursor=1", | ||||
|      "BRAILLE LINE:  'Firefox application MouseOvers - Nightly frame dialog OK push button'", | ||||
|      "     VISIBLE:  'OK push button', cursor=1", | ||||
|      "SPEECH OUTPUT: 'Welcome to mouseover-enabled Orca!'", | ||||
|      "SPEECH OUTPUT: 'Welcome to mouseover-enabled Cthulhu!'", | ||||
|      "SPEECH OUTPUT: 'OK push button'"])) | ||||
|  | ||||
| sequence.append(utils.StartRecordingAction()) | ||||
| sequence.append(KeyComboAction("Escape")) | ||||
| sequence.append(utils.AssertPresentationAction( | ||||
|     "2. Escape to dismiss the dialog.", | ||||
|     ["BRAILLE LINE:  'Orca Logo image'", | ||||
|      "     VISIBLE:  'Orca Logo image', cursor=1", | ||||
|      "SPEECH OUTPUT: 'Orca Logo image'"])) | ||||
|     ["BRAILLE LINE:  'Cthulhu Logo image'", | ||||
|      "     VISIBLE:  'Cthulhu Logo image', cursor=1", | ||||
|      "SPEECH OUTPUT: 'Cthulhu Logo image'"])) | ||||
|  | ||||
| sequence.append(utils.AssertionSummaryAction()) | ||||
| sequence.start() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user