@@ -14,10 +14,10 @@ describe('Add analytics to a URL from the browser', () => {
1414 }
1515 } ) ;
1616
17- // ATAAB {NODE_VERSION}0
18- // ATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
19- // expect ATAABAA0
20- expect ( url ) . toContain ( 'sample?_a=ATAABAA0 ' ) ; // we shouldn't have a query param at all
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
2121 } ) ;
2222
2323 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', () => {
2828 }
2929 } ) ;
3030
31- // ATAAB {NODE_VERSION}0
32- // ATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
33- // expect ATAABAA0
34- expect ( url ) . toContain ( 'sample.jpg?_a=ATAABAA0 ' ) ; // we shouldn't have a query param at all
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
3535 } ) ;
3636
3737 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', () => {
4242 }
4343 } ) ;
4444
45- // ATAAB {NODE_VERSION}0
46- // ATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
47- // expect ATAABAA0
48- expect ( url ) . toContain ( 'sample?_a=ATAABAA0 ' ) ; // we shouldn't have a query param at all
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
4949 } ) ;
5050
5151
@@ -57,9 +57,9 @@ describe('Add analytics to a URL from the browser', () => {
5757 }
5858 } ) ;
5959
60- // ATAAB {NODE_VERSION}0
61- // ATAAB {AA}0 -> we expect nodeVersion to be 0.0.0 in browser (Since it's missing)
62- // expect ATAABAA0
63- expect ( url ) . toContain ( 'sample.webm?_a=ATAABAA0 ' ) ; // we shouldn't have a query param at all
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
6464 } ) ;
6565} ) ;
0 commit comments