EditSecondEntryTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait link=Second Test Entry
assertText //div[@class='entry-title'] Second Test Entry
assertText //div[@class='entry-body']/p This is a second test entry.
assertText //a[2] Edit
clickAtAndWait //a[2] Edit
type _33_title Second Test Entry
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
selectFrame //iframe[@id="_33_editor"]
selectFrame //iframe[@id="FCKeditor1___Frame"]
selectFrame //iframe
type //body This is an edited second test entry.
selectFrame relative=top
clickAtAndWait //input[@value='Save']
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertText //div[@class='entry-title'] Second Test Entry
assertText //div[@class='entry-body']/p This is an edited second test entry.