Skip to content

test(vscode): add tests for last selection loading on initialization#3518

Open
zackverham wants to merge 2 commits intomainfrom
test/last-selection-initialization-2473
Open

test(vscode): add tests for last selection loading on initialization#3518
zackverham wants to merge 2 commits intomainfrom
test/last-selection-initialization-2473

Conversation

@zackverham
Copy link
Collaborator

Summary

Test plan

  • Unit tests pass locally
  • CI passes

🤖 Generated with Claude Code

Closes #2473

Add integration tests verifying that the last selected deployment is
correctly loaded when the extension initializes. This addresses
issue #2473 as a follow-up to the regression fix in PR #2460.

The tests verify:
1. A saved selection in workspace state is retrieved on initialization
2. The full initialization flow works: selection -> content record -> config

These tests would catch regressions like #2459 where the last selected
deployment was not populating properly on extension UI initialization.

Closes #2473

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@zackverham zackverham requested a review from a team as a code owner February 13, 2026 18:35
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.

Add integration test verifying last selection loaded on initialization

1 participant