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"