| 12 add_comments | ||
| open | /logout | |
| type | user_name | config |
| type | password | abc |
| clickAndWait | login-button | |
| clickAndWait | //a[contains(@href, '/selenium-test/report/read/PH6995x')] | |
| type | new_comment | This is a comment |
| clickAndWait | submit | |
| verifyTextPresent | comment added | |
| verifyTextPresent | Jacquelin | |
| verifyTextPresent | This is a comment | |
| type | new_comment | and another comment |
| clickAndWait | submit | |
| clickAndWait | link=next> | |
| clickAndWait | link=<prev | |
| verifyTextPresent | and another comment | |
| clickAndWait | link=logout | |
| open | /logout | |