From e3116bf3ca2baebf7814bbea5f6e04c7ca8521d5 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Tue, 20 May 2014 09:45:10 -0400 Subject: [PATCH] Se aumento un escenario para la verificacion del editor tiny para output document --- .../main_tests_project_export_import.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/backend/projects/project_export_import/main_tests_project_export_import.feature b/features/backend/projects/project_export_import/main_tests_project_export_import.feature index dfa4af573..f8a898781 100644 --- a/features/backend/projects/project_export_import/main_tests_project_export_import.feature +++ b/features/backend/projects/project_export_import/main_tests_project_export_import.feature @@ -32,6 +32,7 @@ Scenario: Get the Output Documents List when there are exactly two output docume And the response charset is "UTF-8" And the content type is "application/json" And the type is "array" + And that "out_doc_template" is set to "Ejemplo de Output Document" And the response has 1 records Scenario: Get the Triggers List when there are exactly two triggers