Se descomento un scenario porque ya se resolvio el bug

This commit is contained in:
Wendy Nestor
2014-06-26 14:59:18 -04:00
parent f884c82c30
commit 336c972d98

View File

@@ -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"
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"