Create table
open /adminer/adminer/?db=adminer_test
clickAndWait link=Create new table
type name interprets
select Engine label=InnoDB
type fields[1][field] id
select fields[1][type] label=int
click //input[@name='auto_increment_col' and @value='1']
type fields[1.1][field] name
select fields[1.1][type] label=varchar
type fields[1.1][length] 50
click //input[@type='checkbox' and @onclick='columnShow(this.checked, 6);']
type fields[1.1][comment] Interpret
type Comment Interprets
clickAndWait //input[@value='Save']
verifyTextPresent Table has been created.