orca r4553 - trunk/test/keystrokes/firefox



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

Log:
Updated regression test to add another pause.


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

Modified: trunk/test/keystrokes/firefox/xul_role_list_item.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_list_item.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_list_item.py	Sun Feb 15 01:36:23 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]