AddEntryDraftTest
open /web/guest/home/
waitForElementPresent link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
clickAtAndWait _33_addEntryButton
type _33_title DraftTitle
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
waitForElementPresent //textarea
selectFrame //iframe[@id="_33_editor"]
selectFrame //iframe[@id="FCKeditor1___Frame"]
selectFrame //iframe
type //body DraftContent.
selectFrame relative=top
pause 15000
waitForTextPresent Draft saved
assertTextPresent Draft saved
clickAtAndWait link=Blogs Test Page
assertText //div[1]/h3 Draft
assertText //div[2]/div[1]/div[1]/a DraftTitle
assertText //p DraftContent.