Skip to content

Commit 37b0952

Browse files
committed
fixup! fixup! Add the missing support of help texts to InputGroup (#663)
1 parent aa91f55 commit 37b0952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InputGroup/__tests__/InputGroup.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ test.describe('InputGroup', () => {
6363

6464
const component = await mount(
6565
<InputGroupForTest
66+
helpTexts={['Help text.']}
6667
id={id}
6768
isLabelVisible
6869
label={label}
69-
helpTexts={['Help text.']}
7070
validationTexts={['Validation text.']}
7171
/>,
7272
);

0 commit comments

Comments
 (0)