Holly has fixed the suite to work with the test model.

This commit is contained in:
hlm7 2010-03-29 20:15:13 +00:00
parent 3a8d90e8ac
commit c2253170ca
4 changed files with 35 additions and 51 deletions

View file

@ -31,7 +31,7 @@
</thead><tbody>
<tr>
<td>comment</td>
<td class="comment">Bad Login Attempt for Admin Account</td>
<td class="comment">Bad login attempt for admin account</td>
<td></td>
</tr>
<tr>
@ -57,17 +57,17 @@
<tr>
<td>type</td>
<td>username</td>
<td>defaultAdmin</td>
<td>testAdmin</td>
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter bad password</td>
<td class="comment">Enter incorrect password</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>password</td>
<td>itstules</td>
<td>incorrect</td>
</tr>
<tr>
<td>clickAndWait</td>
@ -86,18 +86,18 @@
</tr>
<tr>
<td>comment</td>
<td class="comment">Enter bad username</td>
<td class="comment">Enter incorrect username</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>username</td>
<td>defaultAdm</td>
<td>testAdm</td>
</tr>
<tr>
<td>type</td>
<td>password</td>
<td>itsrules</td>
<td>Password</td>
</tr>
<tr>
<td>clickAndWait</td>