Portlet_EditEntryTest
waitForElementPresent link=Blogs Permissions Page
clickAtAndWait link=Blogs Permissions Page
clickAtAndWait link=Portlet1 Temporary1 Entry1
assertText //h1[@class='header-title']/span Portlet1 Temporary1 Entry1
assertText //div[@class='entry-body']/p This is a temporary portlet permissions entry!
clickAtAndWait link=Edit
type _33_title Edited1 Portlet1 Temporary1 Entry1
pause 5000
waitForVisible //td[@id='cke_contents__33_editor']/iframe CK Editor
selectFrame //td[@id='cke_contents__33_editor']/iframe CK Editor
type //body This is an edited temporary portlet permissions entry!
selectFrame relative=top
clickAtAndWait //input[@value='Publish']
assertTextPresent Your request processed successfully.
assertText //h1[@class='header-title']/span Edited1 Portlet1 Temporary1 Entry1
assertText //div[@class='entry-body']/p This is an edited temporary portlet permissions entry!
assertNotText //h1[@class='header-title']/span Portlet1 Temporary1 Entry1
assertNotText //div[@class='entry-body']/p This is a temporary portlet permissions entry!