Group Tests
open /login?uid=willbarber  
assertTextPresent Welcome to NetDB  
assertTextPresent William Barbera  
clickAndWait Link_Create_Group  
assertTextPresent Create Group  
type TextField_Name Cogswell Cogs
clickAndWait Button_Save  
assertTextPresent Create Group  
verifyTextPresent Error: Group with this name already exists  
clickAndWait Button_Cancel  
assertTextPresent Welcome to NetDB  
clickAndWait Link_Create_Group  
assertTextPresent Create Group  
type TextField_Name The Group
clickAndWait Button_Save  
assertTextPresent Group Info  
verifyTextPresent SUCCESS: Group 'The Group' has been created.  
clickAndWait Link_Modify  
assertTextPresent Modify Group  
type TextField_Name The New Group
clickAndWait Button_Save  
assertTextPresent Group Info  
verifyTextPresent SUCCESS: Group 'The New Group' has been updated.  
clickAndWait Link_Delete  
assertTextPresent Confirm Group Deletion  
clickAndWait Button_Delete  
assertTextPresent Welcome to NetDB  
verifyTextPresent Group 'The New Group' has been deleted.