| AddQuestionTest | ||
| clickAndWait | //input[@value='Add Question'] | |
| typeKeys | _25_title | Test Poll Question |
| typeKeys | _25_description | This is a test poll description! |
| typeKeys | _25_choiceDescriptiona | Test Choice A |
| typeKeys | _25_choiceDescriptionb | Test Choice B |
| clickAndWait | //input[@value='Add Choice'] | |
| waitForElementPresent | _25_choiceDescriptionc | |
| typeKeys | _25_choiceDescriptionc | Test Choice C |
| clickAndWait | //input[@value='Save'] | |
| waitForElementPresent | link=Test Poll Question | |