| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Wiki Test Page |
|
| clickAtAndWait |
link=Wiki Test Page |
|
| assertText |
//div[@class='wiki-body']/h2 |
Test Wiki Article Edited |
| assertText |
//i |
this is italics. edited. |
| assertText |
//b |
bold edited |
| assertElementPresent |
link=Link to website. Edited. |
|
| assertText |
//div[@class='wiki-body']/ul/li |
this is a list item. edited. this is a sub list item. edited. |
| clickAtAndWait |
link=Details |
|
| clickAtAndWait |
link=History |
|
| assertElementNotPresent |
link=1.3 |
|
| clickAtAndWait |
link=Revert |
|
| assertElementPresent |
link=1.3 |
|
| assertText |
//tr[@class='portlet-section-body results-row']/td[7] |
Reverted to 1.1 |
| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Wiki Test Page |
|
| clickAtAndWait |
link=Wiki Test Page |
|
| assertText |
//div[@class='wiki-body']/h2 |
Test Wiki Article |
| assertText |
//i |
this is italics |
| assertText |
//b |
bold |
| assertElementPresent |
link=Link to website |
|
| assertText |
//div[@class='wiki-body']/ul/li |
this is a list item this is a sub list item |
| assertNotText |
//div[@class='wiki-body']/h2 |
Test Wiki Article Edited |
| assertNotText |
//i |
this is italics. edited. |
| assertNotText |
//b |
bold edited |
| assertElementNotPresent |
link=Link to website. Edited. |
|
| assertNotText |
//div[@class='wiki-body']/ul/li |
this is a list item. edited. this is a sub list item. edited. |