NIHVIVO-3991 Remove the files that are used to customize the Selenium IDE. Remove the saved copy of the plug-in. Modify the existing tests so they will run without the customizations to the IDE.

This commit is contained in:
j2blake 2012-10-18 19:57:52 +00:00
parent 251d7fff7a
commit bbf7d49dae
237 changed files with 2212 additions and 14378 deletions

View file

@ -5,29 +5,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
<title>AdminChangePassword</title>
<style type="text/css">
.testName {
color: blue;
background: rgb(80%, 80%, 80%);
font-family: sans-serif;
font-weight: bold;
font-size: larger;
text-align: center;
}
.comment {
color: blue;
background: rgb(80%, 80%, 80%);
font-family: sans-serif;
font-weight: bold;
font-size: larger;
text-align: center;
}
</style>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3" class="testName">AdminChangePassword</td></tr>
<tr><td rowspan="1" colspan="3">AdminChangePassword</td></tr>
</thead><tbody>
<tr>
<td>deleteAllVisibleCookies</td>
@ -39,11 +21,7 @@
<td>100000</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Change password for admin account</td>
<td></td>
</tr>
<!--Change password for admin account-->
<tr>
<td>open</td>
<td>/vivo/</td>
@ -69,11 +47,7 @@
<td>Log in to VIVO</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Login with current password</td>
<td></td>
</tr>
<!--Login with current password-->
<tr>
<td>type</td>
<td>loginName</td>
@ -124,11 +98,7 @@
<td>Confirm new password</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter new password but not confirmation</td>
<td></td>
</tr>
<!--Enter new password but not confirmation-->
<tr>
<td>type</td>
<td>new-password</td>
@ -154,11 +124,7 @@
<td>Passwords do not match.</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter confirmation but not new password</td>
<td></td>
</tr>
<!--Enter confirmation but not new password-->
<tr>
<td>type</td>
<td>new-password</td>
@ -184,11 +150,7 @@
<td>Passwords do not match.</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter passwords that do not match</td>
<td></td>
</tr>
<!--Enter passwords that do not match-->
<tr>
<td>type</td>
<td>new-password</td>
@ -214,11 +176,7 @@
<td>Passwords do not match.</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter password that is not long enough</td>
<td></td>
</tr>
<!--Enter password that is not long enough-->
<tr>
<td>type</td>
<td>new-password</td>
@ -244,11 +202,7 @@
<td>Password must be between 6 and 12 characters.</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter passwords that do match and are 6 characters long</td>
<td></td>
</tr>
<!--Enter passwords that do match and are 6 characters long-->
<tr>
<td>type</td>
<td>new-password</td>
@ -304,11 +258,7 @@
<td>Log in to VIVO</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Login with new password</td>
<td></td>
</tr>
<!--Login with new password-->
<tr>
<td>type</td>
<td>loginName</td>
@ -339,11 +289,7 @@
<td>VIVO</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Change password back</td>
<td></td>
</tr>
<!--Change password back-->
<tr>
<td>type</td>
<td>new-password</td>
@ -369,11 +315,7 @@
<td>Your changes have been saved.</td>
<td></td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Logout</td>
<td></td>
</tr>
<!--Logout-->
<tr>
<td>clickAndWait</td>
<td>link=Home</td>