| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Control Panel |
|
| clickAtAndWait |
link=Control Panel |
|
| clickAtAndWait |
link=Blogs |
|
| clickAtAndWait |
//input[@value='Add Blog Entry'] |
|
| type |
_33_title |
Second Test Entry |
| pause |
5000 |
|
| waitForElementPresent |
_33_editor |
|
| waitForElementPresent |
FCKeditor1___Frame |
|
| selectFrame |
//iframe[@id="_33_editor"] |
|
| selectFrame |
//iframe[@id="FCKeditor1___Frame"] |
|
| selectFrame |
//iframe |
|
| type |
//body |
This is a second test entry. |
| selectFrame |
relative=top |
|
| clickAtAndWait |
//input[@value='Publish'] |
|
| assertText |
//div[@class='portlet-msg-success'] |
Your request processed successfully. |
| assertTextPresent |
Second Test Entry |
|
| assertTextPresent |
This is a second test entry. |
|