test(pegasus): allow populated uploader view test to finish

This commit is contained in:
codex 2026-04-21 15:01:10 -03:00
parent 6c6959f84b
commit c841dfe824

View File

@ -146,7 +146,7 @@ describe('UploaderView', () => {
expect(screen.getByText('photo.jpg')).toBeTruthy() expect(screen.getByText('photo.jpg')).toBeTruthy()
expect(screen.getByText('clip.mp4')).toBeTruthy() expect(screen.getByText('clip.mp4')).toBeTruthy()
expect(screen.getByText('note.pdf')).toBeTruthy() expect(screen.getByText('note.pdf')).toBeTruthy()
}) }, 15000)
it('renders mobile file pickers and forwards capture/gallery selection', () => { it('renders mobile file pickers and forwards capture/gallery selection', () => {
const controller = makeController({ const controller = makeController({