| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Control Panel |
|
| clickAtAndWait |
link=Control Panel |
|
| clickAtAndWait |
link=Polls |
|
| clickAtAndWait |
//input[@value='Add Question'] |
|
| type |
_25_title |
Test3 Poll3 Question3 |
| type |
_25_description |
This is a test poll description. |
| type |
choiceDescriptiona |
Test3 Choice3 A3 |
| type |
choiceDescriptionb |
Test3 Choice3 B3 |
| clickAtAndWait |
//input[@value='Add Choice'] |
|
| waitForElementPresent |
choiceDescriptionc |
|
| type |
choiceDescriptionc |
Test3 Choice3 C3 |
| clickAtAndWait |
//input[@value='Save'] |
|
| assertTextPresent |
Your request processed successfully. |
|
| assertElementPresent |
link=Test3 Poll3 Question3 |
|