@@ -76,7 +76,6 @@ describe('<StatsDisplay />', () => {
7676
7777 expect ( output ) . toContain ( 'Performance' ) ;
7878 expect ( output ) . toContain ( 'Interaction Summary' ) ;
79- expect ( output ) . not . toContain ( 'Efficiency & Optimizations' ) ;
8079 expect ( output ) . toMatchSnapshot ( ) ;
8180 } ) ;
8281
@@ -113,8 +112,8 @@ describe('<StatsDisplay />', () => {
113112
114113 expect ( output ) . toContain ( 'gemini-2.5-pro' ) ;
115114 expect ( output ) . toContain ( 'gemini-2.5-flash' ) ;
116- expect ( output ) . toContain ( '1 ,000' ) ;
117- expect ( output ) . toContain ( '25 ,000' ) ;
115+ expect ( output ) . toContain ( '15 ,000' ) ;
116+ expect ( output ) . toContain ( '10 ,000' ) ;
118117 expect ( output ) . toMatchSnapshot ( ) ;
119118 } ) ;
120119
@@ -167,7 +166,6 @@ describe('<StatsDisplay />', () => {
167166 expect ( output ) . toContain ( 'Performance' ) ;
168167 expect ( output ) . toContain ( 'Interaction Summary' ) ;
169168 expect ( output ) . toContain ( 'User Agreement' ) ;
170- expect ( output ) . toContain ( 'Savings Highlight' ) ;
171169 expect ( output ) . toContain ( 'gemini-2.5-pro' ) ;
172170 expect ( output ) . toMatchSnapshot ( ) ;
173171 } ) ;
@@ -232,7 +230,6 @@ describe('<StatsDisplay />', () => {
232230 const { lastFrame } = renderWithMockedStats ( metrics ) ;
233231 const output = lastFrame ( ) ;
234232
235- expect ( output ) . not . toContain ( 'Efficiency & Optimizations' ) ;
236233 expect ( output ) . toMatchSnapshot ( ) ;
237234 } ) ;
238235 } ) ;
@@ -442,7 +439,8 @@ describe('<StatsDisplay />', () => {
442439 ) ;
443440 const output = lastFrame ( ) ;
444441
445- expect ( output ) . toContain ( 'Usage limit remaining' ) ;
442+ expect ( output ) . toContain ( 'Usage' ) ;
443+ expect ( output ) . toContain ( 'left' ) ;
446444 expect ( output ) . toContain ( '75.0%' ) ;
447445 expect ( output ) . toContain ( '(Resets in 1h 30m)' ) ;
448446 expect ( output ) . toMatchSnapshot ( ) ;
0 commit comments