@@ -14,10 +14,10 @@ describe('Add analytics to a URL from the browser', () => {
14
14
}
15
15
} ) ;
16
16
17
- // BATAAB {NODE_VERSION}0
18
- // BATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
19
- // expect BATAABAA0
20
- expect ( url ) . toContain ( 'sample?_a=BATAABAA0 ' ) ; // we shouldn't have a query param at all
17
+ // DATAABAAZ {NODE_VERSION}0
18
+ // DATAABAAZ {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
19
+ // expect DATAABAAZAA0
20
+ expect ( url ) . toContain ( 'sample?_a=DATAABAAZAA0 ' ) ; // we shouldn't have a query param at all
21
21
} ) ;
22
22
23
23
it ( 'Uses default techVersion 0.0.0 when in browser for image with file extension' , ( ) => {
@@ -28,10 +28,10 @@ describe('Add analytics to a URL from the browser', () => {
28
28
}
29
29
} ) ;
30
30
31
- // BATAAB {NODE_VERSION}0
32
- // BATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
33
- // expect BATAABAA0
34
- expect ( url ) . toContain ( 'sample.jpg?_a=BATAABAA0 ' ) ; // we shouldn't have a query param at all
31
+ // DATAABAAZ {NODE_VERSION}0
32
+ // DATAABAAZ {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
33
+ // expect DATAABAAZAA0
34
+ expect ( url ) . toContain ( 'sample.jpg?_a=DATAABAAZAA0 ' ) ; // we shouldn't have a query param at all
35
35
} ) ;
36
36
37
37
it ( 'Uses default techVersion 0.0.0 when in browser for video' , ( ) => {
@@ -42,10 +42,10 @@ describe('Add analytics to a URL from the browser', () => {
42
42
}
43
43
} ) ;
44
44
45
- // BATAAB {NODE_VERSION}0
46
- // BATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
47
- // expect BATAABAA0
48
- expect ( url ) . toContain ( 'sample?_a=BATAABAA0 ' ) ; // we shouldn't have a query param at all
45
+ // DATAABAAZ {NODE_VERSION}0
46
+ // DATAABAAZ {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
47
+ // expect DATAABAAZAA0
48
+ expect ( url ) . toContain ( 'sample?_a=DATAABAAZAA0 ' ) ; // we shouldn't have a query param at all
49
49
} ) ;
50
50
51
51
@@ -57,9 +57,9 @@ describe('Add analytics to a URL from the browser', () => {
57
57
}
58
58
} ) ;
59
59
60
- // BATAAB {NODE_VERSION}0
61
- // BATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
62
- // expect BATAABAA0
63
- expect ( url ) . toContain ( 'sample.webm?_a=BATAABAA0 ' ) ; // we shouldn't have a query param at all
60
+ // DATAABAAZ {NODE_VERSION}0
61
+ // DATAABAAZ {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
62
+ // expect DATAABAAZAA0
63
+ expect ( url ) . toContain ( 'sample.webm?_a=DATAABAAZAA0 ' ) ; // we shouldn't have a query param at all
64
64
} ) ;
65
65
} ) ;
0 commit comments