orca r4455 - trunk/test/keystrokes/firefox



Author: joanied
Date: Thu Jan 22 04:10:59 2009
New Revision: 4455
URL: http://svn.gnome.org/viewvc/orca?rev=4455&view=rev

Log:
Added a delay to make the window timing more reliable.


Modified:
   trunk/test/keystrokes/firefox/xul_role_combo_box.py

Modified: trunk/test/keystrokes/firefox/xul_role_combo_box.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_combo_box.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_combo_box.py	Thu Jan 22 04:10:59 2009
@@ -21,6 +21,8 @@
 sequence.append(KeyComboAction("Return"))
 sequence.append(WaitForWindowActivate("",None))
 
+sequence.append(PauseAction(3000))
+
 ########################################################################
 # Press Right Arrow to get to the next list item and Left Arrow to
 # get back. We'll do this because in Firefox 3.1 we are not getting the



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