@@ -118,8 +118,8 @@ describe("public-site contract", () => {
118118 expect ( socialSvg ) . toContain ( "Everyday coding over BLE." ) ;
119119 expect ( socialSvg ) . toContain ( "FIRMWARE HIL PENDING" ) ;
120120 expect ( socialSvg ) . not . toContain ( "WEB FLASHER" ) ;
121- expect ( createHash ( "sha256" ) . update ( socialPng ) . digest ( "hex" ) ) . not . toBe (
122- "c6ff10039c00780909b79b0e557c46b843d9994bc0d545a9a098488c3157ff1d " ,
121+ expect ( createHash ( "sha256" ) . update ( socialPng ) . digest ( "hex" ) ) . toBe (
122+ "7e7e037d9bd2e58e2e66f516bfd6f1b753bda472c402b8130f8a8a6dd8f19ba9 " ,
123123 ) ;
124124 expect ( [ qrCardPng . readUInt32BE ( 16 ) , qrCardPng . readUInt32BE ( 20 ) ] ) . toEqual ( [
125125 1080 , 1080 ,
@@ -163,7 +163,10 @@ describe("public-site contract", () => {
163163 / d e s i g n e d f o r b o a r d s t h a t r u n M i c r o P y t h o n a n d s u p p o r t B l u e t o o t h L o w E n e r g y / i,
164164 ) ,
165165 ) . toBeInTheDocument ( ) ;
166- expect ( screen . getByText ( / v 0 \. 4 \. 2 f i r m w a r e c a n d i d a t e / i) ) . toHaveTextContent (
166+ expect ( screen . getByText ( / p u b l i c v 0 \. 4 \. 2 f i r m w a r e / i) ) . toHaveTextContent (
167+ / p e n d i n g H I L f o r t h e e x a c t e s p 3 2 - 4 m b a n d e s p 3 2 - s 3 - n 1 6 r 8 p r o f i l e s / i,
168+ ) ;
169+ expect ( screen . getByText ( / p u b l i c v 0 \. 4 \. 2 f i r m w a r e / i) ) . toHaveTextContent (
167170 / p u b l i c b r o w s e r i n s t a l l e r s t a y s u n a v a i l a b l e u n t i l b o t h e x a c t p r o f i l e s p a s s H I L / i,
168171 ) ;
169172 expect (
@@ -509,9 +512,7 @@ describe("public-site contract", () => {
509512 expect (
510513 screen . getByRole ( "heading" , { level : 1 , name : "Support" } ) ,
511514 ) . toBeInTheDocument ( ) ;
512- expect (
513- screen . getByText ( / e x a c t i n s t a l l e r p r o f i l e I D / i) ,
514- ) . toBeInTheDocument ( ) ;
515+ expect ( screen . getByText ( / e x a c t i n s t a l l e r p r o f i l e I D / i) ) . toBeInTheDocument ( ) ;
515516 expect (
516517 screen . getByText ( / e x a c t b o a r d m o d e l a n d m o d u l e m a r k i n g / i) ,
517518 ) . toBeInTheDocument ( ) ;
@@ -524,6 +525,12 @@ describe("public-site contract", () => {
524525 expect (
525526 screen . getByText ( / f a i l e d i n s t a l l e r s t a g e a n d r e d a c t e d e r r o r t e x t / i) ,
526527 ) . toBeInTheDocument ( ) ;
528+ expect (
529+ screen . getByText ( / e x a c t t a b l e t o r d e v i c e m o d e l / i) ,
530+ ) . toBeInTheDocument ( ) ;
531+ expect (
532+ screen . getByText ( / i P a d O S o r A n d r o i d n a m e \/ v e r s i o n / i) ,
533+ ) . toBeInTheDocument ( ) ;
527534 expect (
528535 screen . getByText (
529536 / p u b l i c i n s t a l l e r i s u n a v a i l a b l e w h i l e v 0 \. 4 \. 2 H I L r u n s f o r e s p 3 2 - 4 m b a n d e s p 3 2 - s 3 - n 1 6 r 8 / i,
0 commit comments