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
test(e2e): reduce modelInputComponent to its one real assertion
The model-input spec had five tests whose every assertion sat inside an 'if (await modelDropdown.isVisible())' guard — and the node combobox is not guaranteed to render (the kept test accepts either a combobox or a 'Setup Provider' button), so those five passed without asserting anything. Drop them and keep the one real test (the model selector renders in the node). The model-provider modal behavior is owned by modelProviderModal, which opens it via the reliable Settings > Model Providers path.
No real coverage lost (the removed assertions were no-ops). Satisfies the 'no assertion inside an if(isVisible()) guard' criterion for this spec.
Phase 2 (D3).
Refs LE-1665
0 commit comments