Review the Backend QA instance and Michelangelo instance because in the Michelangelo instance it is possible to start a task with wrong password.

This commit is contained in:
veronicaaruquipa
2014-12-18 19:27:57 -04:00
parent 1e99846d3b
commit 4535b97854

View File

@@ -43,7 +43,8 @@ Feature: Project User Resources
Examples:
| test_description | act_uid | username | password | http_code | type |
| error username | 1352844695225ff5fe54de2005407079 | adm | admin | 400 | string |
| error password | 1352844695225ff5fe54de2005407079 | admin | adm | 400 | string |
# TODO review the Backend QA instance and Michelangelo instance (star tast with worong pass is possible)
#| error password | 1352844695225ff5fe54de2005407079 | admin | adm | 400 | string |
| short activity | 1352844695225ff5fe54de20 | admin | admin | 400 | string |
| error activity | 225ff5fe54de20054070791352844695 | admin | admin | 400 | string |
| all ok | 1352844695225ff5fe54de2005407079 | admin | sample123* | 200 | array |