Skip to content

Commit 1c62335

Browse files
committed
chore: fix failing tests
1 parent d93cf8b commit 1c62335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MessageComposer/AttachmentPreviewList/MediaAttachmentPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const MediaAttachmentPreview = ({
9898
<div className={clsx('str-chat__attachment-preview-media__overlay')}>
9999
{isUploading && (
100100
<AttachmentUploadProgressIndicator
101-
fallback={<LoadingIndicator />}
101+
fallback={<LoadingIndicator data-testid='loading-indicator' />}
102102
uploadProgress={uploadProgress}
103103
/>
104104
)}

0 commit comments

Comments
 (0)