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] Remove dynamic import race condition in file handling
Replace dynamic import with static import in handleFile method to eliminate race condition causing Playwright test flakiness.
The dynamic import introduced asynchronous behavior that created timing issues in tests expecting immediate file processing completion.
Fixes#3955 test flakiness
0 commit comments