AddEntryTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Blogs
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title 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 test entry.
selectFrame relative=top
clickAtAndWait _33_publishButton
assertText //section/div/div/div/div[1] Your request processed successfully.
assertText //form/div[2]/div[1]/div[1]/a Test Entry
assertText //p This is a test entry.