diff --git a/dotcom-rendering/src/components/CommentCount.importable.tsx b/dotcom-rendering/src/components/CommentCount.importable.tsx index 5d6d83f926a..90d8dbe5f7b 100644 --- a/dotcom-rendering/src/components/CommentCount.importable.tsx +++ b/dotcom-rendering/src/components/CommentCount.importable.tsx @@ -94,6 +94,7 @@ export const CommentCount = ({ discussionApiUrl, shortUrlId }: Props) => { css={containerStyles} data-testid="comment-counts" value={`${long} comments on this article`} + data-gu-name="comment-count" > ( aria-label="Contributor info" data-component="meta-byline" data-link-name="byline" + data-gu-name="byline" > {format.design !== ArticleDesign.Interview && (
+
{primaryDateline} @@ -62,7 +66,7 @@ export const Dateline = ({ ); } return ( -
+
{primaryDateline}
); diff --git a/dotcom-rendering/src/components/FollowWrapper.importable.tsx b/dotcom-rendering/src/components/FollowWrapper.importable.tsx index e33499aa1a9..0fd38250ec6 100644 --- a/dotcom-rendering/src/components/FollowWrapper.importable.tsx +++ b/dotcom-rendering/src/components/FollowWrapper.importable.tsx @@ -172,6 +172,7 @@ export const FollowWrapper = ({ id, displayName }: Props) => { } } `} + data-gu-name="follow" > {showFollowTagButton && ( { } } `} + data-gu-name="liveblog-notifications" > {isCopied ? 'Link copied' : 'Share'}