Create table 2 | ||
open | adminer/?username=ODBC&db=adminer_test&table=interprets&lang=en | |
clickAndWait | link=Create table | |
type | name | albums |
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] | interpret |
select | fields[1.1][type] | label=int |
type | fields[1.11][field] | title |
select | fields[1.11][type] | label=varchar |
type | fields[1.11][length] | 50 |
click | name=comments | |
type | fields[1.1][comment] | Interpret |
type | fields[1.11][comment] | Album |
type | Comment | Albums |
clickAndWait | //input[@value='Save'] | |
verifyTextPresent | Table has been created. |