diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/comments/patch_comment.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/comments/patch_comment.ts index 9d4820dc4b8fd..1ea5013b16506 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/comments/patch_comment.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/comments/patch_comment.ts @@ -552,7 +552,7 @@ export default ({ getService }: FtrProviderContext): void => { }); describe('partial updates', () => { - it('should not result to a version conflict (409) when adding a comment to an updated case', async () => { + it('should not result to a version conflict (409) when updating a comment to an updated case', async () => { const postedCase = await createCase(supertest, postCaseReq); const caseWithComments = await createComment({ supertest, diff --git a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/internal/bulk_create_attachments.ts b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/internal/bulk_create_attachments.ts index e745590317f77..6c929f67b8c90 100644 --- a/x-pack/test/cases_api_integration/security_and_spaces/tests/common/internal/bulk_create_attachments.ts +++ b/x-pack/test/cases_api_integration/security_and_spaces/tests/common/internal/bulk_create_attachments.ts @@ -1513,7 +1513,7 @@ export default ({ getService }: FtrProviderContext): void => { }); describe('partial updates', () => { - it('should not result to a version conflict (409) when adding a comment to an updated case', async () => { + it('should not result to a version conflict (409) when adding comments to an updated case', async () => { const postedCase = await createCase(supertest, postCaseReq); /**