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: Frontend timing and navigation improvements for e2e tests
- Add CSS injection to disable animations in test environment
- Fix WebSocket authentication timing in signIn() function
- Simplify editProfileAndCommit() advanced button detection
- Improve newDrive() function to wait for dialog closure
- Remove unnecessary WebSocket complexity
- Maintain search performance at ~285ns with optimized timing
Key improvements:
- Test execution speed reduced from 30s+ timeouts to 10-13s
- Animation-related race conditions eliminated
- REBUILD_INDEX_TIME optimized at 2500ms for SQLite FTS5
- WebSocket AUTHENTICATE commands working correctly
Note: Drive creation functionality needs further investigation
as new drives are not being properly activated in the UI.
0 commit comments