AddBlogsEntryScopeCurrentPageTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Communities
type _134_name Group Page Scope Community
clickAtAndWait //input[@value='Search']
clickAtAndWait //td[2]/a Open
clickAtAndWait link=Blogs Page Scope Current Page
clickAtAndWait //input[@value='Add Blog Entry']
type _33_title Blogs Entry Scope Current Page
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 blogs entry scope current page test.
selectFrame relative=top
clickAtAndWait //input[@value='Publish']
assertText //section/div/div/div/div Your request processed successfully.
assertText //div[@class='entry-title']/a Blogs Entry Scope Current Page
assertText //p This is a blogs entry scope current page test.