AddBlogsEntryTest
open /web/guest/home/
waitForElementPresent link=Blogs Test Page
clickAtAndWait link=Blogs Test Page
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title Blogs Entry Test
pause 5000
waitForElementPresent _33_editor
waitForElementPresent FCKeditor1___Frame
waitForElementPresent //textarea
selectFrame //iframe[@id='_33_editor']
selectFrame //iframe[@id='FCKeditor1___Frame']
selectFrame //iframe
type //body This is a blogs entry test.
selectFrame relative=top
clickAtAndWait //input[@value='Publish']
assertTextPresent Your request processed successfully.
assertText //div[@class='entry-title'] Blogs Entry Test
assertText //div[@class='entry-body'] This is a blogs entry test.