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 //tr[@class='portlet-section-body results-row']/td[1]/a
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 FCKeditor1___Frame
waitForElementPresent //textarea
selectFrame //iframe[@id='_33_editor']
selectFrame //iframe[@id='FCKeditor1___Frame']
selectFrame //iframe
type //body This is a blogs entry scope current page test.
selectFrame relative=top
clickAtAndWait //input[@value='Publish']
assertTextPresent 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.