EditSecondEntryTest
waitForElementPresent link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
clickAtAndWait link=Second Test Entry
clickAtAndWait link=Edit
type _33_title Second Test Entry
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
waitForElementPresent //textarea
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 _33_saveButton
assertTextPresent Your request processed successfully.
assertText //p This is an edited second test entry.