mirror of
https://github.com/suitenumerique/drive.git
synced 2026-04-25 17:15:19 +02:00
Cover the two main picker outcomes: cancelling leaves the item private, and confirming exposes a publicly reachable URL. The reach check opens the returned URL in a fresh anonymous context and waits for the download event, since the backend serves attachments with Content-Disposition and navigation aborts. To run the test in CI, build the drive SDK package and start the sdk-consumer dev server before the playwright job.