Tests: recover missing test elements (#1296)

This commit is contained in:
Paul Paczuski 2025-10-31 20:06:16 -04:00 committed by GitHub
parent 896d368515
commit 4e0e2222ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -35,7 +35,10 @@ export const PreviewAttachment = ({
)}
{isUploading && (
<div className="absolute inset-0 flex items-center justify-center bg-black/50">
<div
className="absolute inset-0 flex items-center justify-center bg-black/50"
data-testid="input-attachment-loader"
>
<Loader size={16} />
</div>
)}