Author: david Date: Tue Nov 3 15:05:42 2009 New Revision: 3865 Log: Add 'waitForText' step for auto-complete field.
Modified: trunk/test/selenium/acl/acl_create_admin.html Modified: trunk/test/selenium/acl/acl_create_admin.html ============================================================================== --- trunk/test/selenium/acl/acl_create_admin.html Tue Nov 3 13:32:05 2009 (r3864) +++ trunk/test/selenium/acl/acl_create_admin.html Tue Nov 3 15:05:42 2009 (r3865) @@ -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_admin</title> +<title>acl_create_admin.html</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> -<tr><td rowspan="1" colspan="3">acl_create_admin</td></tr> +<tr><td rowspan="1" colspan="3">acl_create_admin.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>administrator</td> </tr> <tr> + <td>waitForText</td> + <td>//fields...@id='groupsAndPermissions']/div/div/div/div/div[2]/ul/li[1]</td> + <td>administrator</td> +</tr> +<tr> <td>click</td> <td>//fields...@id='groupsAndPermissions']/div/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 -~----------~----~----~----~------~----~------~--~---
