AddEntryDraftTest
open /web/guest/home/
waitForVisible link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title DraftTitle
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 DraftContent.
selectFrame relative=top
clickAt //input[@value='Save as Draft']
waitForPartialText _33_saveStatus Draft saved
assertPartialText _33_saveStatus Draft saved
open /web/guest/home/
waitForVisible link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
assertText //div[@class='entry-content']/h3 Draft
assertText //div[@class='entry-title']/a DraftTitle
assertText //div[@class='entry-body']/p DraftContent.