AddBlogsEntryDraftCPTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title Blogs Entry 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 Blogs Entry Content
selectFrame relative=top
clickAt //input[@value='Save as Draft']
waitForPartialText //div[@class='save-status portlet-msg-success'] Draft saved
assertPartialText //div[@class='save-status portlet-msg-success'] Draft saved
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
assertText //div[@class='entry-content']/h3 Draft
assertText //div[@class='entry-title']/a Blogs Entry Title
assertText //div[@class='entry-body']/p Blogs Entry Content