From 336c972d98be1cff635491b92eaac55a12fdbdbb Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Thu, 26 Jun 2014 14:59:18 -0400 Subject: [PATCH] Se descomento un scenario porque ya se resolvio el bug --- .../pm_group/negative_tests_pm_group.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/backend/admin_setup/pm_group/negative_tests_pm_group.feature b/features/backend/admin_setup/pm_group/negative_tests_pm_group.feature index 0daa4ff0d..98c85df99 100644 --- a/features/backend/admin_setup/pm_group/negative_tests_pm_group.feature +++ b/features/backend/admin_setup/pm_group/negative_tests_pm_group.feature @@ -68,8 +68,8 @@ Feature: PM Group Negative Tests And the response status message should have the following text "already assigned" - # Scenario: Delete a pm_group when have asigned user and this is assigned to a task (negative tests) "Credit Supervisors" - # Given that I want to delete a "Group" - # And I request "group/53254668952d56744764b08079100881" - # Then the response status code should be 400 - # And the response status message should have the following text "cannot be deleted" \ No newline at end of file + Scenario: Delete a pm_group when have asigned user and this is assigned to a task (negative tests) "Credit Supervisors" + Given that I want to delete a "Group" + And I request "group/53254668952d56744764b08079100881" + Then the response status code should be 400 + And the response status message should have the following text "cannot be deleted" \ No newline at end of file