Author: david Date: Tue Nov 3 15:33:24 2009 New Revision: 3866 Log: Fix auto-complete data input.
Modified: trunk/test/selenium/acl/acl_create_user.html trunk/test/selenium/acl/acl_permission_delete.html trunk/test/selenium/acl/acl_permission_edit.html Modified: trunk/test/selenium/acl/acl_create_user.html ============================================================================== --- trunk/test/selenium/acl/acl_create_user.html Tue Nov 3 15:05:42 2009 (r3865) +++ trunk/test/selenium/acl/acl_create_user.html Tue Nov 3 15:33:24 2009 (r3866) @@ -4,12 +4,12 @@ <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="selenium.base" href="" /> -<title>acl_create_user</title> +<title>acl_create_user.html</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> -<tr><td rowspan="1" colspan="3">acl_create_user</td></tr> +<tr><td rowspan="1" colspan="3">acl_create_user.html</td></tr> </thead><tbody> <tr> <td>clickAndWait</td> @@ -47,11 +47,16 @@ <td></td> </tr> <tr> - <td>typeAndWait</td> + <td>type</td> <td>//fields...@id='groupsAndPermissions']/div/div/input[2]</td> <td>editor</td> </tr> <tr> + <td>waitForText</td> + <td>//fields...@id='groupsAndPermissions']/div/div/div/div/div[2]/ul/li[1]</td> + <td>editor</td> +</tr> +<tr> <td>click</td> <td>//fields...@id='groupsAndPermissions']/div/div/div/div/div[2]/ul/li[1]</td> <td></td> Modified: trunk/test/selenium/acl/acl_permission_delete.html ============================================================================== --- trunk/test/selenium/acl/acl_permission_delete.html Tue Nov 3 15:05:42 2009 (r3865) +++ trunk/test/selenium/acl/acl_permission_delete.html Tue Nov 3 15:33:24 2009 (r3866) @@ -62,11 +62,16 @@ <td>label=delete</td> </tr> <tr> - <td>typeAndWait</td> + <td>type</td> <td>newRepository</td> <td>Archives of the Fraser Valley</td> </tr> <tr> + <td>waitForText</td> + <td>//fields...@id='groupsAndPermissions']/div/table[2]/tbody/tr/td[3]/div/div/div/div[2]/ul/li[1]</td> + <td>Archives of the Fraser Valley</td> +</tr> +<tr> <td>click</td> <td>//fields...@id='groupsAndPermissions']/div/table[2]/tbody/tr/td[3]/div/div/div/div[2]/ul/li[1]</td> <td></td> Modified: trunk/test/selenium/acl/acl_permission_edit.html ============================================================================== --- trunk/test/selenium/acl/acl_permission_edit.html Tue Nov 3 15:05:42 2009 (r3865) +++ trunk/test/selenium/acl/acl_permission_edit.html Tue Nov 3 15:33:24 2009 (r3866) @@ -62,11 +62,16 @@ <td>label=update</td> </tr> <tr> - <td>typeAndWait</td> + <td>type</td> <td>newRepository</td> <td>Archives of the Fraser Valley</td> </tr> <tr> + <td>waitForText</td> + <td>//fields...@id='groupsAndPermissions']/div/table[2]/tbody/tr/td[3]/div/div/div/div[2]/ul/li[1]</td> + <td>Archives of the Fraser Valley</td> +</tr> +<tr> <td>click</td> <td>//fields...@id='groupsAndPermissions']/div/table[2]/tbody/tr/td[3]/div/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 -~----------~----~----~----~------~----~------~--~---
