orca r4551 - trunk/test/keystrokes/firefox



Author: joanied
Date: Sun Feb 15 01:29:41 2009
New Revision: 4551
URL: http://svn.gnome.org/viewvc/orca?rev=4551&view=rev

Log:
Updated test to insert another pause.


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	Sun Feb 15 01:29:41 2009
@@ -17,6 +17,7 @@
 # Open the "Edit" menu and Up Arrow to Preferences, then press Return.
 #
 sequence.append(KeyComboAction("<Alt>e"))
+sequence.append(PauseAction(3000))
 sequence.append(KeyComboAction("Up"))
 sequence.append(KeyComboAction("Return"))
 sequence.append(WaitForWindowActivate("",None))



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