From 1caf22d3d067a78c25d26a9492db5d6d323cedea Mon Sep 17 00:00:00 2001 From: svrmnk <153510907+svrmnk@users.noreply.github.com> Date: Wed, 15 May 2024 12:33:54 +0300 Subject: [PATCH 1/2] change input label --- frontend/src/components/Topics/shared/Form/TopicForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Topics/shared/Form/TopicForm.tsx b/frontend/src/components/Topics/shared/Form/TopicForm.tsx index 891f03168..c4079e12c 100644 --- a/frontend/src/components/Topics/shared/Form/TopicForm.tsx +++ b/frontend/src/components/Topics/shared/Form/TopicForm.tsx @@ -206,7 +206,7 @@ const TopicForm: React.FC = ({ id="topicFormRetentionBytesLabel" htmlFor="topicFormRetentionBytes" > - Max size on disk in GB + Max partition size in GB Date: Wed, 15 May 2024 14:37:17 +0300 Subject: [PATCH 2/2] fix tests --- .../components/Topics/shared/Form/__tests__/TopicForm.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx b/frontend/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx index 347ce935e..4eb0ad418 100644 --- a/frontend/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx +++ b/frontend/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx @@ -52,7 +52,7 @@ describe('TopicForm', () => { expectByRoleAndNameToBeInDocument('button', '7 days'); expectByRoleAndNameToBeInDocument('button', '4 weeks'); - expectByRoleAndNameToBeInDocument('listbox', 'Max size on disk in GB'); + expectByRoleAndNameToBeInDocument('listbox', 'Max partition size in GB'); expectByRoleAndNameToBeInDocument( 'spinbutton', 'Maximum message size in bytes'