Author: david
Date: Tue Nov 10 15:13:13 2009
New Revision: 3885
Log:
Fix timeout problems in selenium taxonomy test suite.
Modified:
trunk/test/selenium/taxonomy/taxonomy_use.html
Modified: trunk/test/selenium/taxonomy/taxonomy_use.html
==============================================================================
--- trunk/test/selenium/taxonomy/taxonomy_use.html Tue Nov 10 12:46:10
2009 (r3884)
+++ trunk/test/selenium/taxonomy/taxonomy_use.html Tue Nov 10 15:13:13
2009 (r3885)
@@ -27,16 +27,21 @@
<td></td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>click</td>
<td>link=access points</td>
<td></td>
</tr>
<tr>
- <td>typeAndWait</td>
+ <td>type</td>
<td>//fo...@id='editForm']/fieldset[7]/div/div[1]/input[2]</td>
<td>Parakeets</td>
</tr>
<tr>
+ <td>waitForText</td>
+
<td>//fo...@id='editForm']/fieldset[7]/div/div[1]/div/div/div[2]/ul/li[1]</td>
+ <td>Parakeets (use: Budgies)</td>
+</tr>
+<tr>
<td>click</td>
<td>//fo...@id='editForm']/fieldset[7]/div/div[1]/div/div/div[2]/ul/li[1]</td>
<td></td>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---