Login as Super User
setSpeed 500
open index.php/zurmo/default/login
waitForPageToLoad
type LoginForm_username jill
type LoginForm_password jill
click Login
waitForPageToLoad
waitForText //div[@id='HeaderLinksView']/div/div[2]/ul/li/a/span jill
open index.php/mashableInbox/default?clearingSearch=1
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
clickAndWait //div[@id='MashableInboxActionBarForViews']/nav/div[2]/a/span[1]
verifyTextPresent Create
verifyTextPresent Combined
verifyTextPresent Conversations
type MashableInboxForm_searchTerm New Conversation ${randomSuffix}
keyUp MashableInboxForm_searchTerm \10
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //div[@id='list-view']/div[2]/table/tbody/tr[1]/td[3]/a New Conversation ${randomSuffix}
verifyTextPresent New Conversation ${randomSuffix}
verifyValue MashableInboxForm_searchTerm New Conversation ${randomSuffix}
assertText //div[@id='list-view']/div[2]/table/tbody/tr[1]/td[3]/a New Conversation ${randomSuffix}
click //div[@id='list-view']/div[2]/table/tbody/tr/td[3]/a
waitForPageToLoad
setSpeed 3000
waitForTextPresent New Conversation ${randomSuffix}
type Comment_description Test Comment by jill
click save
assertTextPresent Test Comment by jill
click link=Sign out
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
setSpeed 0