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): handle dynamic parameters in fillParameters function
With dynamic parameters now being the default, parameters with default
values may not be visible in the UI. The fillParameters function now
checks if a parameter field exists before trying to interact with it,
allowing tests to work with both classic and dynamic parameter flows.
Fixes the failing e2e test 'update workspace with ephemeral parameter enabled'.
0 commit comments