@@ -83,11 +83,11 @@ describe('MarketingLandingPage', () => {
8383 screen . getByText ( 'Bitcode is auditable market infrastructure for technical knowledge.' ) ,
8484 ) . toBeInTheDocument ( ) ;
8585 expect (
86- screen . getByRole ( 'link' , { name : 'Request Read ' } ) ,
86+ screen . getByRole ( 'link' , { name : 'Buy AssetPacks ' } ) ,
8787 ) . toHaveAttribute ( 'href' , '/reads' ) ;
88- expect ( screen . getByRole ( 'link' , { name : 'Read docs ' } ) ) . toHaveAttribute (
88+ expect ( screen . getByRole ( 'link' , { name : 'Sell AssetPacks ' } ) ) . toHaveAttribute (
8989 'href' ,
90- '/docs ' ,
90+ '/deposits ' ,
9191 ) ;
9292 expect ( screen . getByRole ( 'button' , { name : 'April' } ) ) . toHaveAttribute ( 'aria-pressed' , 'true' ) ;
9393 expect ( screen . getByRole ( 'button' , { name : 'March' } ) ) . toBeInTheDocument ( ) ;
@@ -97,9 +97,10 @@ describe('MarketingLandingPage', () => {
9797 expect ( screen . getByText ( 'Depot Surface' ) ) . toBeInTheDocument ( ) ;
9898 expect ( screen . getByText ( 'Measurement vector' ) ) . toBeInTheDocument ( ) ;
9999 expect ( screen . getByText ( 'Verified access' ) ) . toBeInTheDocument ( ) ;
100- expect ( screen . getByText ( 'ASSETPACKS' ) ) . toBeInTheDocument ( ) ;
101- expect ( screen . getByText ( 'BTD VOLUME ' ) ) . toBeInTheDocument ( ) ;
100+ expect ( screen . getByText ( 'SELL ASSETPACKS' ) ) . toBeInTheDocument ( ) ;
101+ expect ( screen . getByText ( 'BUY WITH NEED ' ) ) . toBeInTheDocument ( ) ;
102102 expect ( screen . getByText ( 'BTC SETTLEMENT' ) ) . toBeInTheDocument ( ) ;
103+ expect ( screen . getByText ( 'PROOF READBACK' ) ) . toBeInTheDocument ( ) ;
103104 expect ( screen . getAllByText ( 'Packs' ) . length ) . toBeGreaterThan ( 0 ) ;
104105 expect ( document . getElementById ( 'bitcodeDemonstrationRoot' ) ) . toBeNull ( ) ;
105106 expect ( document . querySelector ( 'iframe' ) ) . toBeNull ( ) ;
@@ -116,28 +117,28 @@ describe('MarketingLandingPage', () => {
116117 expect ( section ) . toBeInTheDocument ( ) ;
117118 expect ( screen . getByText ( 'Commercial testnet' ) ) . toBeInTheDocument ( ) ;
118119 expect (
119- screen . getByText ( 'Sell and buy IP the Bitcode way, live on BTC testnet.' ) ,
120+ screen . getByText ( 'Sell and buy AssetPacks on BTC testnet.' ) ,
120121 ) . toBeInTheDocument ( ) ;
121122 expect (
122- screen . getByText ( / B T C a m o u n t s a r e t e s t n e t a n d f r e e w h i l e e v e r y t h i n g e l s e s t a y s p r o d u c t i o n - i n t e n d e d / u) ,
123+ screen . getByText ( / T e s t n e t B T C i s f r e e ; m e a s u r e m e n t s , q u o t e s , s e t t l e m e n t o r d e r / u) ,
123124 ) . toBeInTheDocument ( ) ;
124- expect ( screen . getByRole ( 'link' , { name : / 0 1 \s * D e p o s i t I P / u } ) ) . toHaveAttribute (
125+ expect ( screen . getByRole ( 'link' , { name : / 0 1 \s * S e l l \( D e p o s i t \) / u } ) ) . toHaveAttribute (
125126 'href' ,
126127 '/deposits' ,
127128 ) ;
128- expect ( screen . getByRole ( 'link' , { name : / 0 2 \s * R e a d a n d b u y / u } ) ) . toHaveAttribute (
129+ expect ( screen . getByRole ( 'link' , { name : / 0 2 \s * B u y \( R e a d \) / u } ) ) . toHaveAttribute (
129130 'href' ,
130131 '/reads' ,
131132 ) ;
132- expect ( screen . getByRole ( 'link' , { name : / 0 3 \s * A u d i t o n P a c k s / u } ) ) . toHaveAttribute (
133+ expect ( screen . getByRole ( 'link' , { name : / 0 3 \s * A u d i t \( P a c k s \) / u } ) ) . toHaveAttribute (
133134 'href' ,
134135 '/packs' ,
135136 ) ;
136137 expect (
137138 screen . getByText ( / p r o t o c o l l a w a n d p r o o f r e a d b a c k d e c i d e s t a t e / u) ,
138139 ) . toBeInTheDocument ( ) ;
139140 expect (
140- screen . getByText ( / s o u r c e - b e a r i n g A s s e t P a c k c o n t e n t s s t a y w i t h h e l d u n t i l B T C f i n a l i t y a n d B T D r i g h t s t r a n s f e r / u) ,
141+ screen . getByText ( / p r o t e c t e d s o u r c e s t a y s w i t h h e l d u n t i l B T C f i n a l i t y a n d B T D r i g h t s t r a n s f e r / u) ,
141142 ) . toBeInTheDocument ( ) ;
142143 } ) ;
143144} ) ;
0 commit comments