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).
This commit is contained in:
rcourtman 2026-07-08 21:06:42 +01:00
parent 5f221941c7
commit 84844003b7

View file

@ -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.',