CC_AddStagedContentTest
open /web/guest/home/
waitForElementPresent link=Blogs Staging Test Page
clickAtAndWait link=Blogs Staging Test Page
clickAtAndWait link=View Staged Page
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title Staging Blogs Test Entry
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 This is a staged blogs entry.
selectFrame relative=top
clickAtAndWait //input[@value='Publish']
assertTextPresent Your request processed successfully.
assertElementPresent link=Staging Blogs Test Entry
assertTextPresent This is a staged blogs entry.