Holly fixed a type in suite.html and errors in the test cases.

This commit is contained in:
ejc12 2010-07-24 18:36:20 +00:00
parent a02f0e3fbf
commit b0c1b64d9a
4 changed files with 316 additions and 36 deletions

View file

@ -4,7 +4,7 @@
<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>DeleteEverythingElse</title>
<title>DeleteEverythingElsen</title>
<style type="text/css">
.testName {
color: blue;
@ -27,7 +27,7 @@
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3" class="testName">DeleteEverythingElse</td></tr>
<tr><td rowspan="1" colspan="3" class="testName">DeleteEverythingElsen</td></tr>
</thead><tbody>
<tr>
<td>comment</td>
@ -69,6 +69,16 @@
<td class="comment">Login a sys admin</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>loginName</td>
<td>testAdmin</td>
</tr>
<tr>
<td>type</td>
<td>loginPassword</td>
<td>Password</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>loginForm</td>