Arregos a los features pm tables y eliminacion del feature remove users en web entry
This commit is contained in:
@@ -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_<pmt_uid_number>"
|
||||
And I request "pmtable/<pmt_uid>/data/CAMPO1/updatevalor2"
|
||||
And I request "pmtable/<pmt_uid>/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"
|
||||
|
||||
@@ -24,7 +24,7 @@ Scenario: Get definition of a project activity for obtent definition
|
||||
|
||||
|
||||
Scenario Outline: Create new Projects
|
||||
Given POST data from file "<project_template>"
|
||||
Given POST data from file "<project_template>"
|
||||
And I request "projects"
|
||||
Then the response status code should be 201
|
||||
And the response charset is "UTF-8"
|
||||
|
||||
Reference in New Issue
Block a user