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

Fix switching language in test

This commit is contained in:
Jakub Vrana
2012-12-20 21:13:47 -08:00
parent cdec2c9292
commit 00b9e2c010

View File

@@ -13,7 +13,17 @@
</thead><tbody>
<tr>
<td>open</td>
<td>editor/example.php?lang=en&amp;username=admin</td>
<td>editor/example.php?username=admin</td>
<td></td>
</tr>
<tr>
<td>select</td>
<td>name=lang</td>
<td>label=English</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=#lang &gt; input[type=&quot;submit&quot;]</td>
<td></td>
</tr>
<tr>