From 81f6ec862569a4118f3848ce06a5228fe117a132 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Thu, 17 Apr 2014 09:01:55 -0400 Subject: [PATCH 1/2] Arreglo de sintaxis en el feature assignee --- features/backend/projects/assignee/main_tests_assignee.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/backend/projects/assignee/main_tests_assignee.feature b/features/backend/projects/assignee/main_tests_assignee.feature index fb43b12aa..be5cfcc7c 100644 --- a/features/backend/projects/assignee/main_tests_assignee.feature +++ b/features/backend/projects/assignee/main_tests_assignee.feature @@ -92,7 +92,7 @@ Scenario Outline: List assignees of an activity using a filter Scenario Outline: List all assignees of an activity includ user of the groups - Given I request "project/4224292655297723eb98691001100052/activity//assignee/all + Given I request "project/4224292655297723eb98691001100052/activity//assignee/all" Then the response status code should be 200 And the response charset is "UTF-8" And the content type is "application/json" From 12bfc799d60c8977307fd0d76dec18fca0ec0bb7 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Thu, 17 Apr 2014 09:16:01 -0400 Subject: [PATCH 2/2] Arreglo en el feature case actions --- .../case_actions/main_tests_cases_actions.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/backend/application_cases/case_actions/main_tests_cases_actions.feature b/features/backend/application_cases/case_actions/main_tests_cases_actions.feature index a038788d3..26ea1618d 100644 --- a/features/backend/application_cases/case_actions/main_tests_cases_actions.feature +++ b/features/backend/application_cases/case_actions/main_tests_cases_actions.feature @@ -179,7 +179,7 @@ Scenario Outline: Reassigns a case to a different user | Reassign the user jeremiah | 3 | 00000000000000000000000000000001 | 86677227852d5671f40ba25017213081 | | Reassign the user chris | 4 | 00000000000000000000000000000001 | 24166330352d56730cdd525035621101 | | Reassign the user zachary | 5 | 00000000000000000000000000000001 | 62625000752d5672d6661e6072881167 | - | Reassign the user admin | 26 | 99209594750ec27ea338927000421575 | 00000000000000000000000000000001 | + | Reassign the user admin | 26 | 51049032352d56710347233042615067 | 00000000000000000000000000000001 | Scenario: Returns a list of the cases for the logged in user (Draft)