AddUserGroupTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=User Groups
clickAtAndWait link=Add
type _127_name Test User Group
type _127_description This is a test user group.
clickAtAndWait //input[@value='Save']
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertText //td[2]/a Test User Group
assertText //td[3]/a This is a test user group.