mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 01:39:34 +08:00
## Problem Some tests rely on hard coded timeouts. That makes them - brittle if the timeout is not long enough - take longer than necessary if the timeout is too long ## Solution - Rely on playwright `expect` retries when possible - Rely on UI updates when possible