AddDraftEntryTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title Draft Test
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
selectFrame //iframe[@id="_33_editor"]
selectFrame //iframe[@id="FCKeditor1___Frame"]
selectFrame //iframe
type //body This is a test for the emergency draft system.
selectFrame relative=top
pause 15000
waitForTextPresent Draft saved
assertTextPresent 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 Draft Test
assertText //div[@class='entry-body']/p This is a test for the emergency draft system.