AddEntryTest
open /web/guest/home/
waitForElementPresent link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title Title
pause 5000
waitForVisible //td[@id='cke_contents__33_editor']/iframe CK Editor
selectFrame //td[@id='cke_contents__33_editor']/iframe CK Editor
type //body Content.
selectFrame relative=top top
clickAtAndWait //input[@value='Publish']
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertText //div[2]/div[1]/div[1]/a Title
assertText //p Content.