EditSecondEntryTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait link=Second Test Entry
clickAtAndWait link=Edit
type _33_title Second Test Entry
pause 5000
waitForElementPresent _33_editor
waitForElementPresent cke_contents_CKEditor1
waitForElementPresent //textarea
selectFrame //iframe[@id='_33_editor']
selectFrame //td[@id='cke_contents_CKEditor1']/iframe
type //body This is an edited second test entry.
selectFrame relative=top
clickAtAndWait _33_publishButton
assertText //section/div/div/div/div[1] Your request processed successfully.
assertText //p This is an edited second test entry.