Se modifica BEHAT basico para ASSIGNEE y ADHOC ASSIGNEE

This commit is contained in:
Daniel Rojas
2014-04-01 15:30:58 -04:00
parent a7b9616715
commit 1e7154902f
2 changed files with 15 additions and 2 deletions

View File

@@ -123,7 +123,13 @@ Requirements:
And the content type is "application/json"
And the type is "array"
And the response has 1 records
Scenario: List assignees of an activity
Given I request "project/4224292655297723eb98691001100052/activity/65496814252977243d57684076211485/adhoc-assignee/all"
Then the response status code should be 200
And the response charset is "UTF-8"
And the content type is "application/json"
And the type is "array"

View File

@@ -129,3 +129,10 @@ Scenario Outline: List assignees of an activity using a filter
And the type is "array"
And the response has 4 records
Scenario: List assignees of an activity including users that are within groups
Given I request "project/4224292655297723eb98691001100052/activity/65496814252977243d57684076211485/assignee/all"
Then the response status code should be 200
And the response charset is "UTF-8"
And the content type is "application/json"
And the type is "array"