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