| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Wiki Display Test Page |
|
| clickAtAndWait |
link=Wiki Display Test Page |
|
| assertText |
//h1[@class='header-title']/span |
Front Page Child Page Test Edited |
| assertText |
//div[@class='page-redirect'] |
(Redirected from Front Page Child Page Test) |
| clickAtAndWait |
//div[@class='page-redirect'] |
|
| clickAtAndWait |
//input[@value='Remove Redirect'] |
|
| type |
//textarea |
This is a remove redirect test. |
| clickAtAndWait |
//input[@value='Publish'] |
|
| assertTextPresent |
Your request processed successfully. |
|
| assertText |
//h1[@class='header-title']/span |
Front Page Child Page Test |
| assertText |
//div[@class='wiki-body'] |
This is a remove redirect test. |
| assertTextNotPresent |
//h1[@class='header-title'] |
Front Page Child Page Test Edited |
| assertTextNotPresent |
(Redirected from Front Page Child Page Test) |
|