mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-31 01:56:02 +00:00
fix(plans): update desktop FX budget-copy assertion
This commit is contained in:
parent
9646890638
commit
610c70ecb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue