Author: evelyn Date: Wed Oct 21 16:11:36 2009 New Revision: 3792 Log: modified test script to accommodate non-preferred terms no longer appearing in treeview
Modified: trunk/test/selenium/taxonomy/taxonomy_create.html Modified: trunk/test/selenium/taxonomy/taxonomy_create.html ============================================================================== --- trunk/test/selenium/taxonomy/taxonomy_create.html Wed Oct 21 15:59:36 2009 (r3791) +++ trunk/test/selenium/taxonomy/taxonomy_create.html Wed Oct 21 16:11:36 2009 (r3792) @@ -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>taxonomy</title> +<title>taxonomy_create.html</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> -<tr><td rowspan="1" colspan="3">taxonomy</td></tr> +<tr><td rowspan="1" colspan="3">taxonomy_create.html</td></tr> </thead><tbody> <tr> <td>clickAndWait</td> @@ -158,7 +158,7 @@ </tr> <tr> <td>clickAndWait</td> - <td>ygtvlabelel4</td> + <td>link=PARAKEETS</td> <td></td> </tr> <tr> @@ -233,7 +233,7 @@ </tr> <tr> <td>verifyTextPresent</td> - <td>displaying 1 to 1 of 1 results </td> + <td>displaying 1 to 1 of 1 results</td> <td></td> </tr> <tr> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
