Privileges
open adminer/?username=ODBC&user=
type user adminer_test
type objects[0] adminer_test.*
click grants[0][ALTER]
click grants[0][CREATE]
click //input[@name='grants[0][CREATE VIEW]']
click grants[0][DELETE]
click grants[0][DROP]
click grants[0][INDEX]
click grants[0][INSERT]
click grants[0][REFERENCES]
click grants[0][SELECT]
click //input[@name='grants[0][SHOW VIEW]']
click grants[0][UPDATE]
click //input[@name='grants[0][CREATE TEMPORARY TABLES]']
click //input[@name='grants[0][LOCK TABLES]']
click //input[@name='grants[0][CREATE ROUTINE]']
clickAndWait //input[@value='Save']
verifyTextPresent User has been created.
clickAndWait //div[@id='content']/form/table/tbody/tr[td[1]='adminer_test']/td[3]/a
clickAndWait drop
assertConfirmation Are you sure?
verifyTextPresent User has been dropped.