mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 18:26:00 +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