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"