Skip to content

test: fix two stale test expectations blocking ci.yml#36

Merged
Ecko95 merged 1 commit into
gitsfrom
fix/stale-test-expectations
Jun 21, 2026
Merged

test: fix two stale test expectations blocking ci.yml#36
Ecko95 merged 1 commit into
gitsfrom
fix/stale-test-expectations

Conversation

@Ecko95

@Ecko95 Ecko95 commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Two pre-existing test failures the newly-enabled CI (GitHub-hosted runners, PR #33) surfaced on gits — both stale expectations from already-merged work, unrelated to any in-flight feature:

  1. apps/server/.../CodexAdapter.test.ts — visual-plan (PR feat(visual-plan): native builder.io visual-plan replica — Phase 1 (all 3 providers) #30) wired visualPlanMcpUrl into the codex spawn input; the test's expected object wasn't updated. Added it.
  2. apps/desktop/.../DesktopAppIdentity.test.ts — the T3 Code→GITS rebrand (APP_BASE_NAME = "GITS") makes the commit-override path's displayName = "GITS (Alpha)". Updated the setName/applicationName expectations. The legacy userData path assertion intentionally stays "T3 Code (Alpha)" (migration back-compat).

Verification

  • Both tests pass; full suite 14/14 packages green (turbo run test --continue).

🤖 Generated with Claude Code

Both pre-existing on gits, unrelated to any in-flight feature work:
- CodexAdapter.test: visual-plan (PR #30) wired visualPlanMcpUrl into the
  codex spawn input; add it to the expected object.
- DesktopAppIdentity.test: T3 Code→GITS rebrand (APP_BASE_NAME="GITS");
  the commit-override path now yields "GITS (Alpha)". The legacy userData
  PATH expectation stays "T3 Code (Alpha)" (migration back-compat).

Full suite: 14/14 packages green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS labels Jun 21, 2026
@Ecko95
Ecko95 force-pushed the fix/stale-test-expectations branch from 7f642cd to b8c0144 Compare June 21, 2026 10:12
@Ecko95
Ecko95 merged commit 2335f3b into gits Jun 21, 2026
13 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant