From ef8f7f17484a34cf49079ed8b257cc3c800675b6 Mon Sep 17 00:00:00 2001 From: hotinglok Date: Mon, 21 Oct 2024 16:31:21 +0100 Subject: [PATCH] Remove commented out snapshot --- .../experimentTopStories/helpers.test.tsx | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/src/app/pages/ArticlePage/experimentTopStories/helpers.test.tsx b/src/app/pages/ArticlePage/experimentTopStories/helpers.test.tsx index 3098c4593c3..74cf7c2646e 100644 --- a/src/app/pages/ArticlePage/experimentTopStories/helpers.test.tsx +++ b/src/app/pages/ArticlePage/experimentTopStories/helpers.test.tsx @@ -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, -// }, -// }, -// }, -// }