Privileges
open /adminer/adminer/?user=
type user selenium
type objects[0] selenium.*
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']/table/tbody/tr[td[2]='selenium']/td[1]/a
clickAndWait drop
assertConfirmation Are you sure?
verifyTextPresent User has been dropped.