| CA16-Cl01 | ||
| open | /cms/logout | |
| open | /admin/ | |
| type | id_username | admin |
| type | id_password | admin |
| clickAndWait | //input[@value='Log in'] | |
| clickAndWait | link=Photos | |
| clickAndWait | link=Add photo | |
| type | id_name | CA16-Cl01 photo |
| select | id_status | label=Publicado |
| type | id_image | ${TEST_DATA_DIR}/test_image.jpg |
| clickAndWait | _save | |
| verifyTextPresent | CA16-Cl01 photo | |
| verifyText | link=CA16-Cl01 photo | CA16-Cl01 photo |
| clickAndWait | link=CA16-Cl01 photo | |
| clickAndWait | link=Delete | |
| clickAndWait | //input[@value="Yes, I'm sure"] | |
| clickAndWait | link=Home | |
| clickAndWait | link=Log out | |