| CancelAddFrontPageTest | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Wiki Test Page | |
| clickAtAndWait | link=Wiki Test Page | |
| clickAtAndWait | link=This page is empty. Edit it to add some text. | |
| type | _36_content | ==Test Wiki Article== //this is italics// **bold** [[http://www.liferay.com|Link to website]] *this is a list item **this is a sub list item |
| clickAtAndWait | //input[@value='Cancel'] | |
| assertElementPresent | link=This page is empty. Edit it to add some text. | |
| assertTextNotPresent | Your request processed successfully. | |
| assertTextNotPresent | Test Wiki Article | |
| assertTextNotPresent | this is italics | |
| assertTextNotPresent | bold | |
| assertElementNotPresent | link=Link to website | |
| assertTextNotPresent | this is a list item this is a sub list item | |