File tree Expand file tree Collapse file tree
src/components/ga4/EventBuilder Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ describe("Event Builder", () => {
130130 / " a p p _ i n s t a n c e _ i d " : " m y _ i n s t a n c e _ i d " /
131131 )
132132 expect ( payload ) . toHaveTextContent ( / " u s e r _ i d " : " m y _ u s e r _ i d " / )
133- expect ( payload ) . toHaveTextContent ( / " t i m e s t a m p _ m i c r o s " : " 1 2 3 4 " / )
133+ expect ( payload ) . toHaveTextContent ( / " t i m e s t a m p _ m i c r o s " : 1 2 3 4 / )
134134 expect ( payload ) . toHaveTextContent ( / " n o n _ p e r s o n a l i z e d _ a d s " : t r u e / )
135135 expect ( payload ) . toHaveTextContent ( / " n a m e " : " s e l e c t _ c o n t e n t " / )
136136 } )
@@ -206,7 +206,7 @@ describe("Event Builder", () => {
206206 const payload = await findByTestId ( "payload" )
207207 expect ( payload ) . toHaveTextContent ( / " c l i e n t _ i d " : " m y _ c l i e n t _ i d " / )
208208 expect ( payload ) . toHaveTextContent ( / " u s e r _ i d " : " m y _ u s e r _ i d " / )
209- expect ( payload ) . toHaveTextContent ( / " t i m e s t a m p _ m i c r o s " : " 1 2 3 4 " / )
209+ expect ( payload ) . toHaveTextContent ( / " t i m e s t a m p _ m i c r o s " : 1 2 3 4 / )
210210 expect ( payload ) . toHaveTextContent ( / " n o n _ p e r s o n a l i z e d _ a d s " : t r u e / )
211211 expect ( payload ) . toHaveTextContent ( / " n a m e " : " c a m p a i g n _ d e t a i l s " / )
212212 } )
You can’t perform that action at this time.
0 commit comments