diff --git a/cypress/e2e/pages/topicPage/index.cy.js b/cypress/e2e/pages/topicPage/index.cy.js index 192a9d77281..5429cb0d7e2 100644 --- a/cypress/e2e/pages/topicPage/index.cy.js +++ b/cypress/e2e/pages/topicPage/index.cy.js @@ -87,7 +87,6 @@ const atiAnalyticsTestSuites = [ siteId: 59, applicationType: 'responsive', contentType: 'index-category', - componentTrackingContentType: 'topic-page', tests: [assertPageView], }, { @@ -98,7 +97,6 @@ const atiAnalyticsTestSuites = [ siteId: 33, applicationType: 'responsive', contentType: 'index-category', - componentTrackingContentType: 'topic-page', tests: [ assertPageView, assertScrollableNavigationComponentView, diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.js index cc9db8ded5c..cb62d4a41e2 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.js @@ -5,7 +5,6 @@ const { ARTICLE_LITE_SITE_LINK } = COMPONENTS; export const assertArticleLiteSiteLinkComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertArticleLiteSiteLinkComponentView = ({ assertATIComponentViewEvent({ component: ARTICLE_LITE_SITE_LINK, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertArticleLiteSiteLinkComponentView = ({ export const assertArticleLiteSiteLinkComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertArticleLiteSiteLinkComponentClick = ({ assertATIComponentClickEvent({ component: ARTICLE_LITE_SITE_LINK, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.js index f1f3c7614fa..9f6b2deafbc 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.js @@ -5,7 +5,6 @@ const { FEATURES } = COMPONENTS; export const assertFeaturesAnalysisComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -19,7 +18,6 @@ export const assertFeaturesAnalysisComponentView = ({ assertATIComponentViewEvent({ component: FEATURES, pageIdentifier, - contentType, applicationType, siteId, }); @@ -28,7 +26,6 @@ export const assertFeaturesAnalysisComponentView = ({ export const assertFeaturesAnalysisComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -45,7 +42,6 @@ export const assertFeaturesAnalysisComponentClick = ({ assertATIComponentClickEvent({ component: FEATURES, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/index.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/index.js index 1527fa9debf..014123e9718 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/index.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/index.js @@ -270,7 +270,6 @@ const assertViewabilityModelViewEvent = ({ export const assertATIComponentViewEvent = ({ component, pageIdentifier, - contentType, applicationType, siteId, }) => { @@ -284,7 +283,6 @@ export const assertATIComponentViewEvent = ({ assertViewabilityModelViewEvent({ component, pageIdentifier, - contentType, params, applicationType, siteId, @@ -320,7 +318,6 @@ const assertViewabilityModelClickEvent = ({ export const assertATIComponentClickEvent = ({ component, - contentType, pageIdentifier, applicationType, siteId, @@ -333,7 +330,6 @@ export const assertATIComponentClickEvent = ({ const params = getATIParamsFromURL(url); assertViewabilityModelClickEvent({ component, - contentType, pageIdentifier, params, applicationType, diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.js index d5f7fbc468f..fe88f39fe7a 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.js @@ -5,7 +5,6 @@ const { LATEST_MEDIA } = COMPONENTS; export const assertLatestMediaComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -19,7 +18,6 @@ export const assertLatestMediaComponentView = ({ assertATIComponentViewEvent({ component: LATEST_MEDIA, pageIdentifier, - contentType, applicationType, siteId, }); @@ -28,7 +26,6 @@ export const assertLatestMediaComponentView = ({ export const assertLatestMediaComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -47,7 +44,6 @@ export const assertLatestMediaComponentClick = ({ assertATIComponentClickEvent({ component: LATEST_MEDIA, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.js index 3313bb177fe..549c08abb78 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.js @@ -6,8 +6,6 @@ const { LITE_SITE_SUMMARY } = COMPONENTS; // eslint-disable-next-line import/prefer-default-export export const assertLiteSiteSummaryComponentToMainSiteClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -26,7 +24,6 @@ export const assertLiteSiteSummaryComponentToMainSiteClick = ({ assertATIComponentClickEvent({ component: LITE_SITE_SUMMARY, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/liveMedia.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/liveMedia.js index da77f33f089..1e1a78006b0 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/liveMedia.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/liveMedia.js @@ -5,7 +5,6 @@ const { LIVE_MEDIA } = COMPONENTS; export const assertLiveMediaComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertLiveMediaComponentView = ({ assertATIComponentViewEvent({ component: LIVE_MEDIA, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertLiveMediaComponentView = ({ export const assertLiveMediaComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -48,7 +45,6 @@ export const assertLiveMediaComponentClick = ({ assertATIComponentClickEvent({ component: LIVE_MEDIA, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.js index 1cd7563b6a5..f87677d2653 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.js @@ -5,8 +5,6 @@ const { MESSAGE_BANNER } = COMPONENTS; export const assertMessageBannerComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -22,7 +20,6 @@ export const assertMessageBannerComponentView = ({ assertATIComponentViewEvent({ component: MESSAGE_BANNER, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -31,8 +28,6 @@ export const assertMessageBannerComponentView = ({ export const assertMessageBannerComponentClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -51,7 +46,6 @@ export const assertMessageBannerComponentClick = ({ assertATIComponentClickEvent({ component: MESSAGE_BANNER, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.js index a2cd077d098..118aee050db 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.js @@ -6,7 +6,6 @@ const { MOST_READ } = COMPONENTS; export const assertMostReadComponentView = ({ pageIdentifier, - contentType, path, service, applicationType, @@ -27,7 +26,6 @@ export const assertMostReadComponentView = ({ assertATIComponentViewEvent({ component: MOST_READ, pageIdentifier, - contentType, applicationType, siteId, }); @@ -36,7 +34,6 @@ export const assertMostReadComponentView = ({ export const assertMostReadComponentClick = ({ pageIdentifier, - contentType, path, service, applicationType, @@ -60,7 +57,6 @@ export const assertMostReadComponentClick = ({ assertATIComponentClickEvent({ component: MOST_READ, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.js index adb391f3961..2edf73363b3 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.js @@ -5,8 +5,6 @@ const { SCROLLABLE_NAVIGATION, DROPDOWN_NAVIGATION } = COMPONENTS; export const assertScrollableNavigationComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -22,7 +20,6 @@ export const assertScrollableNavigationComponentView = ({ assertATIComponentViewEvent({ component: SCROLLABLE_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -31,8 +28,6 @@ export const assertScrollableNavigationComponentView = ({ export const assertScrollableNavigationComponentClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -51,7 +46,6 @@ export const assertScrollableNavigationComponentClick = ({ assertATIComponentClickEvent({ component: SCROLLABLE_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -61,8 +55,6 @@ export const assertScrollableNavigationComponentClick = ({ // Assertions for nav bar at smaller breakpoints export const assertDropdownNavigationComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -77,7 +69,6 @@ export const assertDropdownNavigationComponentView = ({ assertATIComponentViewEvent({ component: DROPDOWN_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -86,8 +77,6 @@ export const assertDropdownNavigationComponentView = ({ export const assertDropdownNavigationComponentClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -105,7 +94,6 @@ export const assertDropdownNavigationComponentClick = ({ assertATIComponentClickEvent({ component: DROPDOWN_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastLinks.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastLinks.js index 7882c314ba3..9d8e1ed2787 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastLinks.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastLinks.js @@ -5,7 +5,6 @@ const { PODCAST_LINKS } = COMPONENTS; export const assertPodcastLinksComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertPodcastLinksComponentView = ({ assertATIComponentViewEvent({ component: PODCAST_LINKS, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertPodcastLinksComponentView = ({ export const assertPodcastLinksComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertPodcastLinksComponentClick = ({ assertATIComponentClickEvent({ component: PODCAST_LINKS, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.js index 7949169bf46..9a5f7129dad 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.js @@ -5,7 +5,6 @@ const { PODCAST_PROMO } = COMPONENTS; export const assertPodcastPromoComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertPodcastPromoComponentView = ({ assertATIComponentViewEvent({ component: PODCAST_PROMO, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertPodcastPromoComponentView = ({ export const assertPodcastPromoComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertPodcastPromoComponentClick = ({ assertATIComponentClickEvent({ component: PODCAST_PROMO, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.js index bb51cab3374..4e39ee4f439 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.js @@ -5,7 +5,6 @@ const { RADIO_SCHEDULE } = COMPONENTS; export const assertRadioScheduleComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertRadioScheduleComponentView = ({ assertATIComponentViewEvent({ component: RADIO_SCHEDULE, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertRadioScheduleComponentView = ({ export const assertRadioScheduleComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertRadioScheduleComponentClick = ({ assertATIComponentClickEvent({ component: RADIO_SCHEDULE, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/recentAudioEpisodes.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/recentAudioEpisodes.js index 898b01651a8..5ca4a135330 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/recentAudioEpisodes.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/recentAudioEpisodes.js @@ -5,7 +5,6 @@ const { RECENT_AUDIO_EPISODES } = COMPONENTS; export const assertRecentAudioEpisodesComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertRecentAudioEpisodesComponentView = ({ assertATIComponentViewEvent({ component: RECENT_AUDIO_EPISODES, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertRecentAudioEpisodesComponentView = ({ export const assertRecentAudioEpisodesComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertRecentAudioEpisodesComponentClick = ({ assertATIComponentClickEvent({ component: RECENT_AUDIO_EPISODES, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.js index 559bcf97f9e..f5c25638ed1 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.js @@ -5,7 +5,6 @@ const { RELATED_TOPICS } = COMPONENTS; export const assertRelatedTopicsComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertRelatedTopicsComponentView = ({ assertATIComponentViewEvent({ component: RELATED_TOPICS, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertRelatedTopicsComponentView = ({ export const assertRelatedTopicsComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertRelatedTopicsComponentClick = ({ assertATIComponentClickEvent({ component: RELATED_TOPICS, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/share.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/share.js index 225d68614cf..1bf7d25de79 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/share.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/share.js @@ -5,7 +5,6 @@ const { SHARE } = COMPONENTS; export const assertShareComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertShareComponentView = ({ assertATIComponentViewEvent({ component: SHARE, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertShareComponentView = ({ export const assertShareComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertShareComponentClick = ({ assertATIComponentClickEvent({ component: SHARE, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.js index 6b803ac81e7..19b0be993b9 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.js @@ -5,7 +5,6 @@ const { SOCIAL_EMBED } = COMPONENTS; export const assertSocialEmbedComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertSocialEmbedComponentView = ({ assertATIComponentViewEvent({ component: SOCIAL_EMBED, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertSocialEmbedComponentView = ({ export const assertSocialEmbedComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertSocialEmbedComponentClick = ({ assertATIComponentClickEvent({ component: SOCIAL_EMBED, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.js b/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.js index bb8ce6394ae..1d6272c64a8 100644 --- a/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.js +++ b/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.js @@ -5,7 +5,6 @@ const { TOP_STORIES } = COMPONENTS; export const assertTopStoriesComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -19,7 +18,6 @@ export const assertTopStoriesComponentView = ({ assertATIComponentViewEvent({ component: TOP_STORIES, pageIdentifier, - contentType, applicationType, siteId, }); @@ -28,7 +26,6 @@ export const assertTopStoriesComponentView = ({ export const assertTopStoriesComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -47,7 +44,6 @@ export const assertTopStoriesComponentClick = ({ assertATIComponentClickEvent({ component: TOP_STORIES, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.ts index 9b128bdfbf9..4487d421e94 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/articleLiteSiteLink.ts @@ -10,7 +10,6 @@ const { ARTICLE_LITE_SITE_LINK } = COMPONENTS; export const assertArticleLiteSiteLinkComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -26,7 +25,6 @@ export const assertArticleLiteSiteLinkComponentView = ({ assertATIComponentViewEvent({ component: ARTICLE_LITE_SITE_LINK, pageIdentifier, - contentType, applicationType, siteId, }); @@ -35,7 +33,6 @@ export const assertArticleLiteSiteLinkComponentView = ({ export const assertArticleLiteSiteLinkComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -54,7 +51,6 @@ export const assertArticleLiteSiteLinkComponentClick = ({ assertATIComponentClickEvent({ component: ARTICLE_LITE_SITE_LINK, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/continueReadingButton.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/continueReadingButton.ts index fba47465733..fd21e9946d0 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/continueReadingButton.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/continueReadingButton.ts @@ -11,7 +11,6 @@ const { CONTINUE_READING_BUTTON } = COMPONENTS; export const assertContinueReadingButtonComponentView = ({ applicationType, pageIdentifier, - contentType, siteId, }: AtiAssertionFnProps) => { const itOrSkip = applicationType !== 'responsive' ? it.skip : it; @@ -31,7 +30,6 @@ export const assertContinueReadingButtonComponentView = ({ assertATIComponentViewEvent({ component: CONTINUE_READING_BUTTON, pageIdentifier, - contentType, applicationType, siteId, }); @@ -42,7 +40,6 @@ export const assertContinueReadingButtonComponentView = ({ export const assertContinueReadingButtonComponentClick = ({ applicationType, pageIdentifier, - contentType, siteId, }: AtiAssertionFnProps) => { const itOrSkip = applicationType !== 'responsive' ? it.skip : it; @@ -64,7 +61,6 @@ export const assertContinueReadingButtonComponentClick = ({ assertATIComponentClickEvent({ component: CONTINUE_READING_BUTTON, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.ts index 0538a4e867f..d567fc9b5b3 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/featuresAnalysis.ts @@ -10,7 +10,6 @@ const { FEATURES } = COMPONENTS; export const assertFeaturesAnalysisComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -26,7 +25,6 @@ export const assertFeaturesAnalysisComponentView = ({ assertATIComponentViewEvent({ component: FEATURES, pageIdentifier, - contentType, applicationType, siteId, }); @@ -35,7 +33,6 @@ export const assertFeaturesAnalysisComponentView = ({ export const assertFeaturesAnalysisComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -52,7 +49,6 @@ export const assertFeaturesAnalysisComponentClick = ({ assertATIComponentClickEvent({ component: FEATURES, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.ts index 49513669d18..95173971927 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/latestMedia.ts @@ -10,7 +10,6 @@ const { LATEST_MEDIA } = COMPONENTS; export const assertLatestMediaComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -26,7 +25,6 @@ export const assertLatestMediaComponentView = ({ assertATIComponentViewEvent({ component: LATEST_MEDIA, pageIdentifier, - contentType, applicationType, siteId, }); @@ -35,7 +33,6 @@ export const assertLatestMediaComponentView = ({ export const assertLatestMediaComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -54,7 +51,6 @@ export const assertLatestMediaComponentClick = ({ assertATIComponentClickEvent({ component: LATEST_MEDIA, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.ts index 3313bb177fe..549c08abb78 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/liteSiteSummary.ts @@ -6,8 +6,6 @@ const { LITE_SITE_SUMMARY } = COMPONENTS; // eslint-disable-next-line import/prefer-default-export export const assertLiteSiteSummaryComponentToMainSiteClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -26,7 +24,6 @@ export const assertLiteSiteSummaryComponentToMainSiteClick = ({ assertATIComponentClickEvent({ component: LITE_SITE_SUMMARY, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.ts index 1cd7563b6a5..f87677d2653 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/messageBanner.ts @@ -5,8 +5,6 @@ const { MESSAGE_BANNER } = COMPONENTS; export const assertMessageBannerComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -22,7 +20,6 @@ export const assertMessageBannerComponentView = ({ assertATIComponentViewEvent({ component: MESSAGE_BANNER, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -31,8 +28,6 @@ export const assertMessageBannerComponentView = ({ export const assertMessageBannerComponentClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -51,7 +46,6 @@ export const assertMessageBannerComponentClick = ({ assertATIComponentClickEvent({ component: MESSAGE_BANNER, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.ts index e2fdca940e8..15b3485c473 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/mostRead.ts @@ -12,7 +12,6 @@ const { MOST_READ } = COMPONENTS; export const assertMostReadComponentView = ({ pageIdentifier, - contentType, path, service, applicationType, @@ -35,7 +34,6 @@ export const assertMostReadComponentView = ({ assertATIComponentViewEvent({ component: MOST_READ, pageIdentifier, - contentType, applicationType, siteId, }); @@ -44,7 +42,6 @@ export const assertMostReadComponentView = ({ export const assertMostReadComponentClick = ({ pageIdentifier, - contentType, path, service, applicationType, @@ -68,7 +65,6 @@ export const assertMostReadComponentClick = ({ assertATIComponentClickEvent({ component: MOST_READ, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.ts index 570f07ae4ca..bde41f5f456 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/navigation.ts @@ -10,8 +10,6 @@ const { SCROLLABLE_NAVIGATION, DROPDOWN_NAVIGATION } = COMPONENTS; export const assertScrollableNavigationComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -31,7 +29,6 @@ export const assertScrollableNavigationComponentView = ({ assertATIComponentViewEvent({ component: SCROLLABLE_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -40,8 +37,6 @@ export const assertScrollableNavigationComponentView = ({ export const assertScrollableNavigationComponentClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -60,7 +55,6 @@ export const assertScrollableNavigationComponentClick = ({ assertATIComponentClickEvent({ component: SCROLLABLE_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -70,8 +64,6 @@ export const assertScrollableNavigationComponentClick = ({ // Assertions for nav bar at smaller breakpoints export const assertDropdownNavigationComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -86,7 +78,6 @@ export const assertDropdownNavigationComponentView = ({ assertATIComponentViewEvent({ component: DROPDOWN_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); @@ -95,8 +86,6 @@ export const assertDropdownNavigationComponentView = ({ export const assertDropdownNavigationComponentClick = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -114,7 +103,6 @@ export const assertDropdownNavigationComponentClick = ({ assertATIComponentClickEvent({ component: DROPDOWN_NAVIGATION, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.ts index f125c052bcd..b04364c1648 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/podcastPromo.ts @@ -10,7 +10,6 @@ const { PODCAST_PROMO } = COMPONENTS; export const assertPodcastPromoComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -30,7 +29,6 @@ export const assertPodcastPromoComponentView = ({ assertATIComponentViewEvent({ component: PODCAST_PROMO, pageIdentifier, - contentType, applicationType, siteId, }); @@ -39,7 +37,6 @@ export const assertPodcastPromoComponentView = ({ export const assertPodcastPromoComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -58,7 +55,6 @@ export const assertPodcastPromoComponentClick = ({ assertATIComponentClickEvent({ component: PODCAST_PROMO, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoCarousel.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoCarousel.ts index 0fdce6785a5..6913dacd11f 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoCarousel.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoCarousel.ts @@ -5,8 +5,6 @@ const { PORTRAIT_VIDEO_CAROUSEL } = COMPONENTS; export const assertPortraitVideoCarouselComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -26,7 +24,6 @@ export const assertPortraitVideoCarouselComponentView = ({ assertATIComponentViewEvent({ component: PORTRAIT_VIDEO_CAROUSEL, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoModal.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoModal.ts index 6fb588607a7..52a93a88e89 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoModal.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/portraitVideoModal.ts @@ -5,8 +5,6 @@ const { PORTRAIT_VIDEO_MODAL } = COMPONENTS; export const assertPortraitVideoModalComponentView = ({ pageIdentifier, - contentType, - componentTrackingContentType, path, applicationType, siteId, @@ -28,7 +26,6 @@ export const assertPortraitVideoModalComponentView = ({ assertATIComponentViewEvent({ component: PORTRAIT_VIDEO_MODAL, pageIdentifier, - contentType: componentTrackingContentType || contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.ts index bb51cab3374..4e39ee4f439 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/radioSchedule.ts @@ -5,7 +5,6 @@ const { RADIO_SCHEDULE } = COMPONENTS; export const assertRadioScheduleComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -21,7 +20,6 @@ export const assertRadioScheduleComponentView = ({ assertATIComponentViewEvent({ component: RADIO_SCHEDULE, pageIdentifier, - contentType, applicationType, siteId, }); @@ -30,7 +28,6 @@ export const assertRadioScheduleComponentView = ({ export const assertRadioScheduleComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -49,7 +46,6 @@ export const assertRadioScheduleComponentClick = ({ assertATIComponentClickEvent({ component: RADIO_SCHEDULE, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/recommendations.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/recommendations.ts index dc00e429310..75c7653fef3 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/recommendations.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/recommendations.ts @@ -10,7 +10,6 @@ const { RECOMMENDATIONS } = COMPONENTS; export const assertRecommendationsComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -30,7 +29,6 @@ export const assertRecommendationsComponentView = ({ assertATIComponentViewEvent({ component: RECOMMENDATIONS, pageIdentifier, - contentType, applicationType, siteId, }); @@ -39,7 +37,6 @@ export const assertRecommendationsComponentView = ({ export const assertRecommendationsComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -61,7 +58,6 @@ export const assertRecommendationsComponentClick = ({ assertATIComponentClickEvent({ component: RECOMMENDATIONS, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedContent.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedContent.ts index 4b114175535..bc012156822 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedContent.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedContent.ts @@ -10,7 +10,6 @@ const { RELATED_CONTENT } = COMPONENTS; export const assertRelatedContentComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -30,7 +29,6 @@ export const assertRelatedContentComponentView = ({ assertATIComponentViewEvent({ component: RELATED_CONTENT, pageIdentifier, - contentType, applicationType, siteId, }); @@ -39,7 +37,6 @@ export const assertRelatedContentComponentView = ({ export const assertRelatedContentComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -58,7 +55,6 @@ export const assertRelatedContentComponentClick = ({ assertATIComponentClickEvent({ component: RELATED_CONTENT, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.ts index 635622c4ec2..1aab963bc61 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/relatedTopics.ts @@ -10,7 +10,6 @@ const { RELATED_TOPICS } = COMPONENTS; export const assertRelatedTopicsComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -30,7 +29,6 @@ export const assertRelatedTopicsComponentView = ({ assertATIComponentViewEvent({ component: RELATED_TOPICS, pageIdentifier, - contentType, applicationType, siteId, }); @@ -39,7 +37,6 @@ export const assertRelatedTopicsComponentView = ({ export const assertRelatedTopicsComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -58,7 +55,6 @@ export const assertRelatedTopicsComponentClick = ({ assertATIComponentClickEvent({ component: RELATED_TOPICS, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/scrollablePromo.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/scrollablePromo.ts index 3243b41d0b1..f3d6524e146 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/scrollablePromo.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/scrollablePromo.ts @@ -10,7 +10,6 @@ const { SCROLLABLE_PROMO } = COMPONENTS; export const assertScrollablePromoComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -30,7 +29,6 @@ export const assertScrollablePromoComponentView = ({ assertATIComponentViewEvent({ component: SCROLLABLE_PROMO, pageIdentifier, - contentType, applicationType, siteId, }); @@ -39,7 +37,6 @@ export const assertScrollablePromoComponentView = ({ export const assertScrollablePromoComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -58,7 +55,6 @@ export const assertScrollablePromoComponentClick = ({ assertATIComponentClickEvent({ component: SCROLLABLE_PROMO, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.ts index e8f3882c612..46753d212b8 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/socialEmbed.ts @@ -10,7 +10,6 @@ const { SOCIAL_EMBED } = COMPONENTS; export const assertSocialEmbedComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -30,7 +29,6 @@ export const assertSocialEmbedComponentView = ({ assertATIComponentViewEvent({ component: SOCIAL_EMBED, pageIdentifier, - contentType, applicationType, siteId, }); @@ -39,7 +37,6 @@ export const assertSocialEmbedComponentView = ({ export const assertSocialEmbedComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -58,7 +55,6 @@ export const assertSocialEmbedComponentClick = ({ assertATIComponentClickEvent({ component: SOCIAL_EMBED, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topBarOjs.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topBarOjs.ts index 777c896b868..423e2425377 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topBarOjs.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topBarOjs.ts @@ -10,7 +10,6 @@ const { TOP_BAR_OJ } = COMPONENTS; export const assertTopBarOJComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -27,7 +26,6 @@ export const assertTopBarOJComponentView = ({ assertATIComponentViewEvent({ component: TOP_BAR_OJ, pageIdentifier, - contentType, applicationType, siteId, }); @@ -36,7 +34,6 @@ export const assertTopBarOJComponentView = ({ export const assertTopBarOJComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -55,7 +52,6 @@ export const assertTopBarOJComponentClick = ({ assertATIComponentClickEvent({ component: TOP_BAR_OJ, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.ts index 49e903992c3..1a0322544ea 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/topStories.ts @@ -10,7 +10,6 @@ const { TOP_STORIES } = COMPONENTS; export const assertTopStoriesComponentView = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -26,7 +25,6 @@ export const assertTopStoriesComponentView = ({ assertATIComponentViewEvent({ component: TOP_STORIES, pageIdentifier, - contentType, applicationType, siteId, }); @@ -35,7 +33,6 @@ export const assertTopStoriesComponentView = ({ export const assertTopStoriesComponentClick = ({ pageIdentifier, - contentType, path, applicationType, siteId, @@ -54,7 +51,6 @@ export const assertTopStoriesComponentClick = ({ assertATIComponentClickEvent({ component: TOP_STORIES, pageIdentifier, - contentType, applicationType, siteId, }); diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/type.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/type.ts index 19117203b53..9b576ced982 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/type.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/assertions/type.ts @@ -2,10 +2,8 @@ import { Services } from '#app/models/types/global'; export type AtiAssertionFnProps = { pageIdentifier: string; - contentType: string; path: string; applicationType: string; siteId: string; service: Services; - componentTrackingContentType: string; }; diff --git a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/index.cy.ts b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/index.cy.ts index d9e08d5991a..303373661ac 100644 --- a/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/index.cy.ts +++ b/ws-nextjs-app/cypress/e2e/specialFeatures/atiAnalytics/index.cy.ts @@ -46,7 +46,6 @@ const canonicalTestSuites = [ siteId: 35, applicationType: 'responsive', contentType: 'live-coverage', - componentTrackingContentType: LIVE_PAGE, tests: [ assertPageView, assertScrollableNavigationComponentView, @@ -61,7 +60,6 @@ const canonicalTestSuites = [ siteId: 62, applicationType: 'responsive', contentType: 'live-coverage', - componentTrackingContentType: LIVE_PAGE, tests: [ assertPageView, assertScrollableNavigationComponentView,