From 8dd0a2f7a614f0376521c61e4a05d8f0391873f8 Mon Sep 17 00:00:00 2001 From: Wendy Nestor Date: Tue, 28 Oct 2014 12:40:34 -0400 Subject: [PATCH] Modificacion de mensaje en el feature case note --- .../case_note/negative_tests_case_note.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/backend/application_cases/case_note/negative_tests_case_note.feature b/features/backend/application_cases/case_note/negative_tests_case_note.feature index bcfafd103..6675b2acc 100644 --- a/features/backend/application_cases/case_note/negative_tests_case_note.feature +++ b/features/backend/application_cases/case_note/negative_tests_case_note.feature @@ -18,7 +18,8 @@ Scenario: create a new case note for specified case (Negative Tests) """ And I request "cases/6441974235335ced24785c4035070430/note" Then the response status code should be 400 - And the response status message should have the following text "You do not have permission to access cases notes" + And the response status message should have the following text "You do not have permission to access the cases notes" + #case 124 \ No newline at end of file