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