Adicion de nuevos escenarios en los features pm user y adhoc assignee

This commit is contained in:
Wendy Nestor
2014-07-15 16:16:00 -04:00
parent b2cdbe46be
commit e25a5acd1f
2 changed files with 67 additions and 1 deletions

View File

@@ -290,4 +290,11 @@ Feature: User Main Tests
Then the response status code should be 200
And the response charset is "UTF-8"
And the type is "array"
And the response has 63 records
And the response has 63 records
Scenario: Delete a user when assigned to a process and has initiated cases
Given that I want to delete a "User"
And I request "user/24166330352d56730cdd525035621101"
Then the response status code should be 400
And the response status message should have the following text "cannot be deleted"