1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 15:16:44 +02:00

Fix tests

This commit is contained in:
Jakub Vrana
2013-12-22 06:56:13 -08:00
parent 49f4ef5c52
commit 2867a3f10d
4 changed files with 14 additions and 4 deletions

View File

@@ -21,6 +21,11 @@
<td>//input[@name='check[]' and @value='where%5Bid%5D=2']</td>
<td></td>
</tr>
<tr>
<td>waitForChecked</td>
<td>//input[@name='check[]' and @value='where%5Bid%5D=2']</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>delete</td>
@@ -28,7 +33,7 @@
</tr>
<tr>
<td>assertConfirmation</td>
<td>Are you sure? (1)</td>
<td>Are you sure?</td>
<td></td>
</tr>
<tr>

View File

@@ -21,6 +21,11 @@
<td>all</td>
<td></td>
</tr>
<tr>
<td>waitForChecked</td>
<td>all</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>delete</td>
@@ -28,7 +33,7 @@
</tr>
<tr>
<td>assertConfirmation</td>
<td>Are you sure? (1)</td>
<td>Are you sure?</td>
<td></td>
</tr>
<tr>

View File

@@ -18,7 +18,7 @@
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Create new table</td>
<td>link=Create table</td>
<td></td>
</tr>
<tr>

View File

@@ -18,7 +18,7 @@
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Create new table</td>
<td>link=Create table</td>
<td></td>
</tr>
<tr>