diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index 36b5b7ca4c31..d7862b7257a6 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -41,7 +41,7 @@ trait ABTestSwitches { "Test MPU when there is no epic at the end of Article on the page.", owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2024, 3, 29)), + sellByDate = Some(LocalDate.of(2024, 4, 30)), exposeClientSide = true, ) diff --git a/static/src/javascripts/projects/common/modules/experiments/tests/mpu-when-no-epic.ts b/static/src/javascripts/projects/common/modules/experiments/tests/mpu-when-no-epic.ts index b588e24b970c..ac9b38764533 100644 --- a/static/src/javascripts/projects/common/modules/experiments/tests/mpu-when-no-epic.ts +++ b/static/src/javascripts/projects/common/modules/experiments/tests/mpu-when-no-epic.ts @@ -4,7 +4,7 @@ export const mpuWhenNoEpic: ABTest = { id: 'MpuWhenNoEpic', author: '@commercial-dev', start: '2023-11-22', - expiry: '2024-02-29', + expiry: '2024-04-30', audience: 10 / 100, audienceOffset: 5 / 100, audienceCriteria: '',