From 9036eecbcbca004df969f57b765db0c754999ef9 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Tue, 6 May 2014 12:05:51 -0400 Subject: [PATCH] Arregos a los features pm tables y eliminacion del feature remove users en web entry --- .../admin_setup/pm_tables/basic_sequence_pm_tables.feature | 2 +- .../projects/project/main_tests_project_resources.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/backend/admin_setup/pm_tables/basic_sequence_pm_tables.feature b/features/backend/admin_setup/pm_tables/basic_sequence_pm_tables.feature index af06bf294..89bf37536 100644 --- a/features/backend/admin_setup/pm_tables/basic_sequence_pm_tables.feature +++ b/features/backend/admin_setup/pm_tables/basic_sequence_pm_tables.feature @@ -195,7 +195,7 @@ Scenario Outline: Delete a pm table of a pmtable Scenario Outline: Delete a data of a pmtable Given that I want to delete a resource with the key "pmt_uid" stored in session array as variable "pmt_uid_" - And I request "pmtable//data/CAMPO1/updatevalor2" + And I request "pmtable//data/CAMPO1/valor1" And the content type is "application/json" Then the response status code should be 200 And the response charset is "UTF-8" diff --git a/features/backend/projects/project/main_tests_project_resources.feature b/features/backend/projects/project/main_tests_project_resources.feature index e4910a29b..774fcf4cf 100644 --- a/features/backend/projects/project/main_tests_project_resources.feature +++ b/features/backend/projects/project/main_tests_project_resources.feature @@ -24,7 +24,7 @@ Scenario: Get definition of a project activity for obtent definition Scenario Outline: Create new Projects - Given POST data from file "" + Given POST data from file "" And I request "projects" Then the response status code should be 201 And the response charset is "UTF-8"