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
fix: improve UI test reliability by replacing sleep with proper wait
Addresses Copilot review comments:
- Replace sleep() with waitForExistence() for element detection
- Use XCTWaiter for timed assertions instead of sleep
- Remove unnecessary sleep(10) for visual inspection
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments