Author: david
Date: Tue Nov 10 16:47:33 2009
New Revision: 3887
Log:
Fix selenium timeout problems for dc test suite.
Modified:
trunk/test/selenium/dc/dc_create.html
Modified: trunk/test/selenium/dc/dc_create.html
==============================================================================
--- trunk/test/selenium/dc/dc_create.html Tue Nov 10 16:18:11 2009
(r3886)
+++ trunk/test/selenium/dc/dc_create.html Tue Nov 10 16:47:33 2009
(r3887)
@@ -57,16 +57,26 @@
<td>DC collection</td>
</tr>
<tr>
- <td>click</td>
- <td>link=add new</td>
+ <td>runScript</td>
+ <td>Qubit.eventDialog.show()</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForVisible</td>
+ <td>newEventActor</td>
<td></td>
</tr>
<tr>
- <td>typeAndWait</td>
+ <td>type</td>
<td>newEventActor</td>
<td>Mr. Bean</td>
</tr>
<tr>
+ <td>waitForText</td>
+ <td>//tab...@id='newEvent']/tbody/tr[2]/td/div/div/div[2]/ul/li[1]</td>
+ <td>Mr. Bean</td>
+</tr>
+<tr>
<td>click</td>
<td>//tab...@id='newEvent']/tbody/tr[2]/td/div/div/div[2]/ul/li[1]</td>
<td></td>
@@ -112,21 +122,31 @@
<td>Description field</td>
</tr>
<tr>
- <td>typeAndWait</td>
+ <td>type</td>
<td>//fo...@id='editForm']/div[10]/input[2]</td>
<td>Afar</td>
</tr>
<tr>
+ <td>waitForText</td>
+ <td>//fo...@id='editForm']/div[10]/div/div/div[2]/ul/li[1]</td>
+ <td>Afar</td>
+</tr>
+<tr>
<td>click</td>
<td>//fo...@id='editForm']/div[10]/div/div/div[2]/ul/li[1]</td>
<td></td>
</tr>
<tr>
- <td>typeAndWait</td>
+ <td>type</td>
<td>repository</td>
<td>Archives of the Fraser Valley</td>
</tr>
<tr>
+ <td>waitForText</td>
+ <td>//fo...@id='editForm']/div[15]/div/div/div[2]/ul/li[1]</td>
+ <td>Archives of the Fraser Valley</td>
+</tr>
+<tr>
<td>click</td>
<td>//fo...@id='editForm']/div[15]/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
-~----------~----~----~----~------~----~------~--~---