Skip to content

Commit 301bcdf

Browse files
committed
Restrict test to /uk page
1 parent 1574525 commit 301bcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/layouts/FrontLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ export const FrontLayout = ({ front, NAV }: Props) => {
751751
collectionId={index + 1}
752752
containerLevel={collection.containerLevel}
753753
isInNoBoostsAbTestVariant={
754-
isInNoBoostsVariant
754+
pageId === 'uk' && isInNoBoostsVariant
755755
}
756756
/>
757757
</FrontSection>

0 commit comments

Comments
 (0)