mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The "model selector can open, close, reopen, and close again" test fails on loaded CI runners: a single backdrop tap that lands while the sheet is still present-animating is dropped (Gorhom ignores backdrop presses until the sheet settles at its snap point), so the sheet never dismisses and the backdrop stays visible. The reopen behaviour itself is correct — the visibility tracker is unit-tested and the spec passes locally (3x), so this is test-interaction fragility, not a product regression. Re-tap the backdrop until the sheet dismisses, mirroring the resilient close loop already used in e2e/helpers/app.ts. It stays a pure backdrop dismissal (no Escape/pan fallback) so the real close path is still exercised, and the post-close "stays hidden" guard that protects the dismiss-then-re-present regression is unchanged.