You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Problem
E2E tests are flaky because `app.firstWindow()` grabs the splash screen
instead of the main window. The test expects the "Projects" navigation
to be visible, but that only exists in the main window.
## Solution
Skip splash screen when `CMUX_E2E=1`. E2E tests don't need startup
feedback and need deterministic window ordering.
## Testing
E2E tests should now pass consistently.
_Generated with `cmux`_
0 commit comments