We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caf22d commit 80fc350Copy full SHA for 80fc350
frontend/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx
@@ -52,7 +52,7 @@ describe('TopicForm', () => {
52
expectByRoleAndNameToBeInDocument('button', '7 days');
53
expectByRoleAndNameToBeInDocument('button', '4 weeks');
54
55
- expectByRoleAndNameToBeInDocument('listbox', 'Max size on disk in GB');
+ expectByRoleAndNameToBeInDocument('listbox', 'Max partition size in GB');
56
expectByRoleAndNameToBeInDocument(
57
'spinbutton',
58
'Maximum message size in bytes'
0 commit comments