Skip to content

Commit

Permalink
Remove commented out snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hotinglok committed Oct 21, 2024
1 parent ac4cd70 commit ef8f7f1
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/app/pages/ArticlePage/experimentTopStories/helpers.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,27 +164,3 @@ describe('AMP top stories experiment', () => {
);
});
});

// {
// "requests": {
// "topStoriesClick": "http://foobar.com?idclient=123-456-789&s=$IF($EQUALS($MATCH(\${ampGeo}, gbOrUnknown, 0), gbOrUnknown), ${destinationId}, ${gnlId})&s2=64&p=SOURCE_URL&r=\${screenWidth}x\${screenHeight}x\${screenColorDepth}&re=\${availableScreenWidth}x\${availableScreenHeight}&hl=\${timestamp}&lng=\${browserLanguage}&atc=PUB-[article]-[top-stories-promo]-[topStoriesExperiment:VARIANT(topStoriesExperiment)]-[]-[SOURCE_URL]-[]-[]-[]&type=AT",
// "topStoriesView": "http://foobar.com?idclient=123-456-789&s=$IF($EQUALS($MATCH(\${ampGeo}, gbOrUnknown, 0), gbOrUnknown), ${destinationId}, ${gnlId})&s2=64&p=SOURCE_URL&r=\${screenWidth}x\${screenHeight}x\${screenColorDepth}&re=\${availableScreenWidth}x\${availableScreenHeight}&hl=\${timestamp}&lng=\${browserLanguage}&ati=PUB-[article]-[top-stories-section]-[topStoriesExperiment:VARIANT(topStoriesExperiment)]-[]-[SOURCE_URL]-[]-[]-[]&type=AT",
// },
// "triggers": {
// "trackTopStoriesClick": {
// "on": "click",
// "request": "topStoriesClick",
// "selector": "[data-testid='promo-link']",
// },
// "trackTopStoriesView": {
// "on": "visible",
// "request": "topStoriesView",
// "visibilitySpec": {
// "continuousTimeMin": 200,
// "selector": "[class*='experimentTopStoriesSection']",
// "totalTimeMin": 500,
// "visiblePercentageMin": 20,
// },
// },
// },
// }

0 comments on commit ef8f7f1

Please sign in to comment.