Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed May 14, 2010
1 parent de08000 commit 8b2808a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
20 changes: 20 additions & 0 deletions tests/17-export.html
Expand Up @@ -16,6 +16,26 @@
<td>adminer/?username=ODBC&amp;db=adminer_test&amp;dump=</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>output</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>format</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>table_style</td>
<td>label=DROP+CREATE</td>
</tr>
<tr>
<td>select</td>
<td>data_style</td>
<td>label=INSERT</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//input[@value='Export']</td>
Expand Down
2 changes: 1 addition & 1 deletion tests/2-create-table.html
Expand Up @@ -63,7 +63,7 @@
</tr>
<tr>
<td>click</td>
<td>//input[@type='checkbox' and @onclick='columnShow(this.checked, 6);']</td>
<td>checkbox-3</td>
<td></td>
</tr>
<tr>
Expand Down
7 changes: 1 addition & 6 deletions tests/23-editor.html
Expand Up @@ -46,11 +46,6 @@
<td>link=New item</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>fields[interpret]</td>
<td>label=Michael Jackson</td>
</tr>
<tr>
<td>type</td>
<td>fields[title]</td>
Expand All @@ -63,7 +58,7 @@
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Item has been inserted.</td>
<td>Item 4 has been inserted.</td>
<td></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion tests/4-create-table-2.html
Expand Up @@ -68,7 +68,7 @@
</tr>
<tr>
<td>click</td>
<td>//input[@type='checkbox' and @onclick='columnShow(this.checked, 6);']</td>
<td>checkbox-3</td>
<td></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions tests/9-insert.html
Expand Up @@ -28,7 +28,7 @@
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Item has been inserted.</td>
<td>Item 1 has been inserted.</td>
<td></td>
</tr>
<tr>
Expand All @@ -53,7 +53,7 @@
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Item has been inserted.</td>
<td>Item 1 has been inserted.</td>
<td></td>
</tr>

Expand Down

0 comments on commit 8b2808a

Please sign in to comment.