EditBlogsEntryTitleDetailsTest
open /web/guest/home/
waitForVisible link=Blogs Test Page Blogs Test Page
clickAtAndWait link=Blogs Test Page Blogs Test Page
assertText //div[@class='entry-title']/a Blogs Entry Title
assertText //div[@class='entry-body']/p Blogs Entry Content
clickAtAndWait //div[@class='entry-title']/a Blogs Entry Title
assertText //h1[@class='header-title']/span Blogs Entry Title
assertText //div[@class='entry-body']/p Blogs Entry Content
assertText //span/a/span Edit
clickAndWait //span/a/span Edit
type //input[@id='_33_title'] Blogs Entry Title Edit
pause 5000
waitForVisible //td[@id='cke_contents__33_editor']/iframe CK Editor
selectFrame //td[@id='cke_contents__33_editor']/iframe CK Editor
type //body Blogs Entry Content
selectFrame relative=top top
clickAt //input[@value='Publish'] Publish
waitForText //div[@class='portlet-msg-success'] Your request processed successfully.
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertText //h1[@class='header-title']/span Blogs Entry Title Edit
assertNotText //h1[@class='header-title']/span Blogs Entry Title
assertText //div[@class='entry-body']/p Blogs Entry Content