From b7d89c1e69bd4c0892621d8e153d71befb9458fb Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Mon, 7 Jul 2014 11:41:13 -0400 Subject: [PATCH] Moficacion en el feature step --- features/backend/projects/step/main_tests_step.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/backend/projects/step/main_tests_step.feature b/features/backend/projects/step/main_tests_step.feature index 194775281..22a4ce787 100644 --- a/features/backend/projects/step/main_tests_step.feature +++ b/features/backend/projects/step/main_tests_step.feature @@ -73,11 +73,12 @@ Feature: Project Properties - Step Resources Main Tests And I request "project/16062437052cd6141881e06088349078/input-document" And the content type is "application/json" Then the response status code should be 400 + And the response status message should have the following text "assigned" Examples: | step_number | - | 3 | + | 2 | Scenario Outline: Try delete a Output document when it is assigned to a step @@ -90,7 +91,7 @@ Feature: Project Properties - Step Resources Main Tests Examples: | step_number | - | 4 | + | 3 |