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() })