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 fe14dfa commit 8bdd454Copy full SHA for 8bdd454
src/components/inputs/reactHookForm/text/DescriptionField.tsx
@@ -40,7 +40,7 @@ export function DescriptionField({ expandingTextSx }: Readonly<DescriptionFieldP
40
return (
41
<Box>
42
{!isDescriptionFieldVisible ? (
43
- <Button startIcon={<AddIcon />} onClick={handleOpenDescription}>
+ <Button startIcon={<AddIcon />} onClick={handleOpenDescription} data-testid="AddDescriptionButton">
44
<FormattedMessage id="AddDescription" />
45
</Button>
46
) : (
0 commit comments