From 84844003b76616be786ad460560187df9e1d3753 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Wed, 8 Jul 2026 21:06:42 +0100 Subject: [PATCH] Repair canonical-copy expectation missed by the trial front door commit b0792890b added planComparisonTrialActionLabel/Note to the billing presentation without updating the pinned copy object in licensePresentation.test.ts (hooks do not run vitest, so it landed red). --- .../src/utils/__tests__/licensePresentation.test.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend-modern/src/utils/__tests__/licensePresentation.test.ts b/frontend-modern/src/utils/__tests__/licensePresentation.test.ts index e7a837b5f..0bd482cf3 100644 --- a/frontend-modern/src/utils/__tests__/licensePresentation.test.ts +++ b/frontend-modern/src/utils/__tests__/licensePresentation.test.ts @@ -85,6 +85,9 @@ describe('licensePresentation', () => { planSectionDescription: 'Current tier and enabled capabilities.', planComparisonSectionTitle: 'Available plans', planComparisonActionLabel: 'View plans', + planComparisonTrialActionLabel: 'Start 14-day free Pro trial', + planComparisonTrialActionNote: + 'Card required. You will not be charged if you cancel during the trial.', usageSectionTitle: 'Usage', hiddenShellTitle: 'Demo mode', hiddenShellDescription: 'Commercial settings are hidden for this session.',