orca r4146 - trunk/test/keystrokes/oocalc



Author: joanied
Date: Tue Sep  2 05:41:59 2008
New Revision: 4146
URL: http://svn.gnome.org/viewvc/orca?rev=4146&view=rev

Log:
Another test tweak.


Modified:
   trunk/test/keystrokes/oocalc/bug_363804.py

Modified: trunk/test/keystrokes/oocalc/bug_363804.py
==============================================================================
--- trunk/test/keystrokes/oocalc/bug_363804.py	(original)
+++ trunk/test/keystrokes/oocalc/bug_363804.py	Tue Sep  2 05:41:59 2008
@@ -28,6 +28,13 @@
 ######################################################################
 # Press the down arrow to move to cell A2.
 #
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Down"))
+sequence.append(WaitAction("object:active-descendant-changed",
+                           None,
+                           None,
+                           pyatspi.ROLE_TABLE,
+                           5000))
 sequence.append(utils.AssertPresentationAction(
     "Down to A2 - speak cell coordinates",
     ["BRAILLE LINE:  'soffice Application fruit(.ods|) - " + utils.getOOoName("Calc") + " Frame fruit(.ods|) - " + utils.getOOoName("Calc") + " RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]