More renaming. Hopefully fixed version number.

This commit is contained in:
storm
2024-10-17 10:33:20 -04:00
parent b669e9b5ae
commit 36f0ecb4e2
400 changed files with 55769 additions and 55769 deletions

View File

@ -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()