AddEntryDraftTest
open /web/guest/home/
waitForVisible link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
clickAtAndWait _33_addEntryButton
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 _33_saveButton
waitForTextPresent Draft saved
assertTextPresent Draft saved
open /web/guest/home/
waitForVisible link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
waitForText //div[1]/h3 Draft
assertText //div[1]/h3 Draft
waitForText //div[@class='entry-title']/a DraftTitle
assertText //div[@class='entry-title']/a DraftTitle
waitForText //div[@class='entry-body']/p DraftContent.
assertText //div[@class='entry-body']/p DraftContent.