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