orca r4548 - trunk/test/keystrokes/firefox



Author: joanied
Date: Sun Feb 15 00:07:14 2009
New Revision: 4548
URL: http://svn.gnome.org/viewvc/orca?rev=4548&view=rev

Log:
Another timing issue that needed a pause added.


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

Modified: trunk/test/keystrokes/firefox/dojo_combo_box.py
==============================================================================
--- trunk/test/keystrokes/firefox/dojo_combo_box.py	(original)
+++ trunk/test/keystrokes/firefox/dojo_combo_box.py	Sun Feb 15 00:07:14 2009
@@ -48,6 +48,7 @@
 #
 sequence.append(utils.StartRecordingAction())
 sequence.append(TypeAction("C"))
+sequence.append(PauseAction(1000))
 sequence.append(utils.AssertPresentationAction(
     "Replace existing text with a 'C'", 
     ["BUG? - At this point, the entry expands into a combo box with three items showing. We speak them all. We should instead indicate that this object is expanded, similar to what we do with autocompletes.",



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