avance category

This commit is contained in:
Wendy Nestor
2014-04-08 09:24:16 -04:00
parent fd2abb0289
commit bc0a689fb4

View File

@@ -80,8 +80,9 @@ Scenario Outline: Update the Category created in this script
"cat_name": "cat_name"
}
"""
And I request "category/cat_uid" with the key "cat_uid" stored in session array as variable "cat_uid_<cat_uid_number>"
And store "cat_uid" in session array as variable "cat_uid_<cat_uid_number>"
And I request "category"
And the content type is "application/json"
Then the response status code should be 200
And the response charset is "UTF-8"