Skip to content

Commit 8bdd454

Browse files
AmirHdmHADJ-MASSOUD Amir (Externe)
andauthored
Add a test ID on Add description button. (#829)
Co-authored-by: HADJ-MASSOUD Amir (Externe) <[email protected]>
1 parent fe14dfa commit 8bdd454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs/reactHookForm/text/DescriptionField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function DescriptionField({ expandingTextSx }: Readonly<DescriptionFieldP
4040
return (
4141
<Box>
4242
{!isDescriptionFieldVisible ? (
43-
<Button startIcon={<AddIcon />} onClick={handleOpenDescription}>
43+
<Button startIcon={<AddIcon />} onClick={handleOpenDescription} data-testid="AddDescriptionButton">
4444
<FormattedMessage id="AddDescription" />
4545
</Button>
4646
) : (

0 commit comments

Comments
 (0)