Add attachment support to mock tests
This commit is contained in:
parent
6940c532ea
commit
9010245083
6 changed files with 252 additions and 11 deletions
|
@ -49,6 +49,7 @@ export const CompositionUpload = forwardRef<HTMLInputElement, PropsType>(
|
|||
|
||||
return (
|
||||
<input
|
||||
data-testid="attachfile-input"
|
||||
hidden
|
||||
multiple
|
||||
onChange={onFileInputChange}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue