From bc0a689fb400fc67fe899c2c6f09583b3a1aa1fb Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Tue, 8 Apr 2014 09:24:16 -0400 Subject: [PATCH] avance category --- .../admin_setup/settings/category/main_tests_category.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/backend/admin_setup/settings/category/main_tests_category.feature b/features/backend/admin_setup/settings/category/main_tests_category.feature index ae5630b8e..817e1a5a5 100644 --- a/features/backend/admin_setup/settings/category/main_tests_category.feature +++ b/features/backend/admin_setup/settings/category/main_tests_category.feature @@ -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_" And store "cat_uid" in session array as variable "cat_uid_" - 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"