| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Polls Test Page |
|
| clickAtAndWait |
link=Polls Test Page |
|
| clickAtAndWait |
//input[@value='Add Question'] |
|
| type |
_25_title |
Test2 Poll2 Question2 |
| type |
_25_description |
This is a test2 poll2 description2. |
| type |
choiceDescriptiona |
Test2 Choice2 A2 |
| type |
choiceDescriptionb |
Test2 Choice2 B2 |
| clickAtAndWait |
//input[@value='Add Choice'] |
|
| waitForElementPresent |
choiceDescriptionc |
|
| type |
choiceDescriptionc |
Test2 Choice2 C2 |
| clickAtAndWait |
//input[@value='Save'] |
|
| assertTextPresent |
Your request processed successfully. |
|
| assertElementPresent |
link=Test2 Poll2 Question2 |
|