@@ -158,10 +158,11 @@ describe('MarketingLandingPage', () => {
158158 expect ( screen . getByText ( 'Bitcoins' , { selector : 'h2 span' } ) ) . toBeInTheDocument ( ) ;
159159 expect (
160160 screen . getByText (
161- / B i t c o d e ' s c e n t r a l , c a n o n i c a l , c o m m e r c i a l i m p l e m e n t a t i o n s a r e t h e m a i n n e t E R C - 1 1 5 5 c o n t r a c t / u,
161+ / B i t c o d e ' s c a n o n i c a l , c o m m e r c i a l d e p l o y m e n t s a r e i t s m a i n n e t E R C - 1 1 5 5 / u,
162162 ) ,
163163 ) . toBeInTheDocument ( ) ;
164- expect ( screen . getByText ( / M e a s u r e d A s s e t P a c k s / u) ) . toBeInTheDocument ( ) ;
164+ expect ( screen . getByText ( / M e a s u r e d / u) ) . toBeInTheDocument ( ) ;
165+ expect ( screen . getByText ( / A s s e t P a c k s / u) ) . toBeInTheDocument ( ) ;
165166 expect ( screen . getByText ( / d e l i g h t f u l a p p l i c a t i o n s / i) ) . toBeInTheDocument ( ) ;
166167 expect ( screen . queryByText ( / t e s t n e t / i) ) . toBeNull ( ) ;
167168 expect ( screen . queryByText ( / o n B i t c o i n / i) ) . toBeNull ( ) ;
@@ -196,25 +197,25 @@ describe('MarketingLandingPage', () => {
196197 expect ( interfaceLabels [ 0 ] ) . toMatch ( / B i t c o d e W h i t e p a p e r / u) ;
197198 expect (
198199 screen . getByText (
199- / B i t c o d e ' s c e n t r a l , c a n o n i c a l , c o m m e r c i a l i m p l e m e n t a t i o n s a r e t h e m a i n n e t E R C - 1 1 5 5 c o n t r a c t / u,
200+ / B i t c o d e ' s c a n o n i c a l , c o m m e r c i a l d e p l o y m e n t s a r e i t s m a i n n e t E R C - 1 1 5 5 / u,
200201 ) ,
201202 ) . toBeInTheDocument ( ) ;
202203 expect (
203204 screen . getByText (
204205 / B i t c o d e \( B T D \) t o k e n s a r e a n i m m u t a b l e , s c a r c e , d e f l a t i o n a r y , d a t a - b a c k e d d i g i t a l a s s e t / u,
205206 ) ,
206207 ) . toBeInTheDocument ( ) ;
208+ expect (
209+ screen . getByText ( / M e a s u r e m e n t s a r e v i s i b l e ; I P i s n o t \. B i t c o d e i s s o u r c e - s a f e k n o w l e d g e t r a d i n g / u) ,
210+ ) . toBeInTheDocument ( ) ;
207211 expect (
208212 screen . getByText (
209213 / A n A s s e t P a c k ' s B T D v o l u m e i s a p r o t o c o l d e t e r m i n a t i o n \. T h e p r i c e o f B T D i s a m a r k e t o n e / u,
210214 ) ,
211215 ) . toBeInTheDocument ( ) ;
212- expect (
213- screen . getByText ( / M e a s u r e m e n t s a r e v i s i b l e ; I P i s n o t \. B i t c o d e i s s o u r c e - s a f e k n o w l e d g e t r a d i n g / u) ,
214- ) . toBeInTheDocument ( ) ;
215- // Claim anchors: * ERC-1155 (body + footnote), ** Measured AssetPacks (body + footnote),
216- // *** Measurements (footnote). Body folds measures into Measured AssetPacks.
217- expect ( screen . getAllByText ( '***' ) . length ) . toBeGreaterThanOrEqual ( 1 ) ;
216+ // Claim anchors: * after ERC-1155, ** after Measured, *** after AssetPacks
217+ // Footnotes: * BTD · ** Measurements · *** AssetPack volume.
218+ expect ( screen . getAllByText ( '***' ) . length ) . toBeGreaterThanOrEqual ( 2 ) ;
218219 expect ( screen . getAllByText ( '**' ) . length ) . toBeGreaterThanOrEqual ( 2 ) ;
219220 expect ( screen . getAllByText ( '*' ) . length ) . toBeGreaterThanOrEqual ( 2 ) ;
220221 expect ( screen . getByText ( 'Public Measures' ) ) . toBeInTheDocument ( ) ;
0 commit comments