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(e2e): improve stability of createWorkspace tests
This commit addresses several potential sources of flakiness in the
createWorkspace e2e tests:
1. Enhanced disableDynamicParameters function:
- Use networkidle instead of domcontentloaded for better page loading
- Add explicit waits for form and checkbox visibility
- Use more robust selectors for success messages
- Add timeout buffers for UI state changes
2. Improved createWorkspace function:
- Use networkidle for more reliable page loading
- Add form readiness check before filling parameters
- Add timeout buffer for form element rendering
3. Enhanced fillParameters function:
- Add explicit timeout to parameter field selectors
These changes should significantly reduce test flakiness by ensuring
all UI elements are fully loaded and stable before interaction.
0 commit comments