Author: david
Date: Tue Nov 10 12:08:43 2009
New Revision: 3883
Log:
Use runScript() to open actor relation dialog as a workaround for
http://jira.openqa.org/browse/SIDE-316.
Modified:
trunk/test/selenium/isad/create_actor.html
Modified: trunk/test/selenium/isad/create_actor.html
==============================================================================
--- trunk/test/selenium/isad/create_actor.html Tue Nov 10 10:49:11 2009
(r3882)
+++ trunk/test/selenium/isad/create_actor.html Tue Nov 10 12:08:43 2009
(r3883)
@@ -442,11 +442,16 @@
<td></td>
</tr>
<tr>
- <td>click</td>
- <td>link=add new</td>
+ <td>runScript</td>
+ <td>Qubit.actorRelationDialog.show()</td>
<td></td>
</tr>
<tr>
+ <td>waitForVisible</td>
+ <td>//tab...@id='actorRelation']/caption</td>
+ <td>new relationship</td>
+</tr>
+<tr>
<td>type</td>
<td>actorNameAcInput</td>
<td>Little Bean</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
-~----------~----~----~----~------~----~------~--~---