Skip to content

e2e: expand collapsed params panel before asserting param rows#12

Merged
SmartAI merged 1 commit into
mainfrom
claude/jolly-shtern-01506b
Jul 11, 2026
Merged

e2e: expand collapsed params panel before asserting param rows#12
SmartAI merged 1 commit into
mainfrom
claude/jolly-shtern-01506b

Conversation

@SmartAI

@SmartAI SmartAI commented Jul 11, 2026

Copy link
Copy Markdown
Owner

params.spec.ts has been failing on main since ac5a607, which made the params panel start collapsed by default. The param rows only render while the panel is expanded, so the spec timed out waiting for param-width.

The collapse is intentional (unit tests were updated with a renderExpanded helper in the same commit), so this is a spec fix, not a product regression: click params-panel-toggle before asserting the rows.

Verified locally: CHAMFER_FAKE_LLM=1 CHAMFER_DATA_DIR=$(mktemp -d) npx playwright test params passes (26s). CI doesn't run e2e, so that local run is the gate.

ac5a607 made the params panel start collapsed by default; the param
rows only render while expanded, so params.spec.ts must click
params-panel-toggle before asserting param-width/depth/height.
@SmartAI SmartAI merged commit 1e81fd0 into main Jul 11, 2026
1 check passed
@SmartAI SmartAI deleted the claude/jolly-shtern-01506b branch July 11, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant