diff --git a/dotcom-rendering/src/components/SelfHostedVideoPlayer.tsx b/dotcom-rendering/src/components/SelfHostedVideoPlayer.tsx index c7902a2bb4e..e4d70724436 100644 --- a/dotcom-rendering/src/components/SelfHostedVideoPlayer.tsx +++ b/dotcom-rendering/src/components/SelfHostedVideoPlayer.tsx @@ -206,7 +206,7 @@ export const SelfHostedVideoPlayer = forwardRef( const showProgressBar = canShowProgressBar && currentRefExists; const showIcons = canShowIcons && currentRefExists; - const dataLinkName = `gu-video-${videoStyle}-${ + const dataLinkName = `gu-video-${videoStyle.toLowerCase()}-${ showPlayIcon ? 'play' : 'pause' }-${atomId}`;