| AddBlogsEntryTest | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Blogs Test Page | |
| clickAtAndWait | link=Blogs Test Page | |
| clickAtAndWait | _33_addEntryButton | |
| type | _33_title | AP Blogs Entry Title |
| pause | 5000 | |
| waitForElementPresent | _33_editor | |
| waitForElementPresent | FCKeditor1___Frame | |
| waitForElementPresent | //textarea | |
| selectFrame | //iframe[@id='_33_editor'] | |
| selectFrame | //iframe[@id='FCKeditor1___Frame'] | |
| selectFrame | //iframe | |
| type | //body | AP Blogs Entry Content. |
| selectFrame | relative=top | |
| clickAtAndWait | _33_saveButton | |
| assertText | //div[2]/div[1]/div[1]/a | AP Blogs Entry Title |
| assertText | //p | AP Blogs Entry Content. |