From b6c0b15c6ddd948e6b931314b650c66d7da5c178 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Mon, 2 Oct 2023 15:06:01 +0100 Subject: [PATCH] extend tests --- common/app/conf/switches/ABTestSwitches.scala | 4 ++-- common/app/experiments/Experiments.scala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index f20f71fc9f3..424c22f9d19 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -81,7 +81,7 @@ trait ABTestSwitches { "Test the impact of changing the copy in the sign in gate", owners = Seq(Owner.withEmail("personalisation@guardian.co.uk")), safeState = Off, - sellByDate = Some(LocalDate.of(2023, 10, 2)), + sellByDate = Some(LocalDate.of(2023, 11, 2)), exposeClientSide = true, ) @@ -91,7 +91,7 @@ trait ABTestSwitches { "Test Kargo as a prebid bidder for US traffic.", owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2023, 9, 29)), + sellByDate = Some(LocalDate.of(2023, 10, 29)), exposeClientSide = true, ) } diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index d738e8c00f6..2bc63e2c2e3 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -38,7 +38,7 @@ object Lightbox name = "lightbox", description = "Testing the impact lightbox might have on our CWVs", owners = Seq(Owner.withGithub("@guardian/dotcom-platform")), - sellByDate = LocalDate.of(2023, 9, 29), + sellByDate = LocalDate.of(2023, 10, 29), participationGroup = Perc0B, ) @@ -84,7 +84,7 @@ object OfferHttp3 name = "offer-http3", description = "Offer HTTP3 by providing the header and redirecting URLs to enable loading of assets with HTTP3", owners = Seq(Owner.withGithub("paulmr")), - sellByDate = LocalDate.of(2023, 9, 29), + sellByDate = LocalDate.of(2023, 10, 29), participationGroup = Perc1E, )