Login Jill And Add Comment
setTimeout 45000
open index.php/zurmo/default/login
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
type LoginForm_username jill
type LoginForm_password jill
clickAndWait Login
waitForPageToLoad
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000
waitForText //ul[@id='user-header-menu']/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]
waitForTextPresent Create
waitForTextPresent Combined
waitForTextPresent 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}
waitForTextPresent 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
waitForTextPresent New Conversation ${randomSuffix}
waitForElementPresent Comment_description
type Comment_description Test Comment by jill
click save
waitForTextPresent Test Comment by jill
assertTextPresent Test Comment by jill
click link=Sign out
waitForCondition selenium.browserbot.getCurrentWindow().jQuery.active == 0 30000