Events
open adminer/?username=ODBC&db=adminer_test&event=
type EVENT_NAME no_albums
select INTERVAL_FIELD label=DAY
type INTERVAL_VALUE 1
click ON_COMPLETION
type EVENT_DEFINITION DELETE FROM albums WHERE interprets = 0
clickAndWait //input[@value='Save']
verifyTextPresent Event has been created.
clickAndWait link=no_albums
clickAndWait drop
assertConfirmation Are you sure?
verifyTextPresent Event has been dropped.