fix(plans): update desktop FX budget-copy assertion

This commit is contained in:
Aditya Vikram Singh 2026-08-19 20:53:18 +05:30
parent 9646890638
commit 610c70ecb9

View file

@ -214,7 +214,7 @@ describe('Plans', () => {
render(<Plans period="30days" />)
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()
})