Skip to content

fix: update browser e2e get-tree assertion to match new response shape#49

Merged
piotrski merged 1 commit intomainfrom
fix/browser-e2e-get-tree-response-format
Apr 3, 2026
Merged

fix: update browser e2e get-tree assertion to match new response shape#49
piotrski merged 1 commit intomainfrom
fix/browser-e2e-get-tree-response-format

Conversation

@piotrski
Copy link
Copy Markdown
Collaborator

@piotrski piotrski commented Apr 3, 2026

Summary

Why the PR didn't catch it

The ci.yml workflow (which runs on PRs) does not include browser E2E tests — they only run in release.yml on push to main, so the regression slipped through.

Test plan

  • Release workflow E2E tests (browser) passes on merge

🤖 Generated with Claude Code

PR #45 changed the get-tree IPC response from a flat array to
{ nodes, totalCount }, but browser.test.ts was not updated to match,
causing the release workflow to fail on every push to main.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@piotrski piotrski merged commit 7ba7a0f into main Apr 3, 2026
7 checks passed
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