1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Test Editor

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@904 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-24 12:10:09 +00:00
parent e933baa29b
commit d1325f8673
7 changed files with 120 additions and 5 deletions

View File

@@ -66,9 +66,29 @@
<td>fields[1.11][length]</td>
<td>50</td>
</tr>
<tr>
<td>click</td>
<td>//input[@type='checkbox' and @onclick='column_comments_click(this.checked);']</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>fields[1.1][comment]</td>
<td>Interpret</td>
</tr>
<tr>
<td>type</td>
<td>fields[1.11][comment]</td>
<td>Album</td>
</tr>
<tr>
<td>type</td>
<td>Comment</td>
<td>Albums</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//form[@id='form']/p[3]/input[2]</td>
<td>//input[@value='Save']</td>
<td></td>
</tr>
<tr>