From 610c70ecb974fc8864f965d3411a2bbfe71f73b6 Mon Sep 17 00:00:00 2001 From: Aditya Vikram Singh <247195684+avs-io@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:53:18 +0530 Subject: [PATCH] fix(plans): update desktop FX budget-copy assertion --- app/renderer/sections/Plans.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/sections/Plans.test.tsx b/app/renderer/sections/Plans.test.tsx index 6d884f70..2ce7cfa7 100644 --- a/app/renderer/sections/Plans.test.tsx +++ b/app/renderer/sections/Plans.test.tsx @@ -214,7 +214,7 @@ describe('Plans', () => { render() - expect(await screen.findByText('€20.00 / month · cursor')).toBeInTheDocument() + expect(await screen.findByText('€20.00 / calendar month · API-equivalent budget, not live quota · cursor')).toBeInTheDocument() expect(screen.getByText('€8.20 · 41%')).toBeInTheDocument() })