orca r4552 - trunk/test/keystrokes/firefox



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

Log:
Updated regression test. Added another pause action.


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

Modified: trunk/test/keystrokes/firefox/xul_role_entry.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_entry.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_entry.py	Sun Feb 15 01:33:34 2009
@@ -19,6 +19,7 @@
 # press Return.
 #
 sequence.append(KeyComboAction("<Alt>b"))
+sequence.append(PauseAction(3000))
 sequence.append(KeyComboAction("Down"))
 sequence.append(KeyComboAction("Return"))
 sequence.append(WaitForWindowActivate("", None))



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