Skip to content

fix(deeplink): use a live settings section in tests - #260

Merged
kipavy merged 1 commit into
devfrom
fix/deeplink-settings-section-test
Sep 11, 2026
Merged

kipavy merged 1 commit into
devfrom
fix/deeplink-settings-section-test

Conversation

@kipavy

@kipavy kipavy commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • 7ebde608 dropped the "vaults" SETTINGS_SECTIONS id and fixed deepLinkUrl.test.ts to match, but missed deepLink.test.ts, which kept building settings deep links with the now-invalid section
  • parseDeepLink silently rejected them, leaving build red on main (2 failures in src/services/deepLink.test.ts)
  • Swap section=vaults for section=sync, same substitution already applied in deepLinkUrl.test.ts

Test plan

  • npx vitest run src/services/deepLink.test.ts — 23/23 passing

🤖 Generated with Claude Code

@kipavy
kipavy changed the base branch from main to dev September 11, 2026 09:11
7ebde60 dropped the "vaults" SETTINGS_SECTIONS id and fixed
deepLinkUrl.test.ts to match, but missed deepLink.test.ts, which kept
building settings deep links with the now-invalid section — parseDeepLink
silently rejected them, red on CI since.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@kipavy
kipavy force-pushed the fix/deeplink-settings-section-test branch from a06bd27 to e73ebe5 Compare September 11, 2026 09:12
@kipavy
kipavy merged commit aec6ca6 into dev Sep 11, 2026
4 checks passed
kipavy added a commit that referenced this pull request Sep 11, 2026
7ebde60 dropped the "vaults" SETTINGS_SECTIONS id and fixed
deepLinkUrl.test.ts to match, but missed deepLink.test.ts, which kept
building settings deep links with the now-invalid section — parseDeepLink
silently rejected them, red on CI since.
@kipavy
kipavy deleted the fix/deeplink-settings-section-test branch September 14, 2026 22:29
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