Create table
open adminer/?username=ODBC&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 checkbox-3
type fields[1.1][comment] Interpret
type Comment Interprets
clickAndWait //input[@value='Save']
verifyTextPresent Table has been created.