Skip to content

Commit

Permalink
extend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Oct 2, 2023
1 parent 0440088 commit b6c0b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ trait ABTestSwitches {
"Test the impact of changing the copy in the sign in gate",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 10, 2)),
sellByDate = Some(LocalDate.of(2023, 11, 2)),
exposeClientSide = true,
)

Expand All @@ -91,7 +91,7 @@ trait ABTestSwitches {
"Test Kargo as a prebid bidder for US traffic.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 9, 29)),
sellByDate = Some(LocalDate.of(2023, 10, 29)),
exposeClientSide = true,
)
}
4 changes: 2 additions & 2 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down Expand Up @@ -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,
)

Expand Down

0 comments on commit b6c0b15

Please sign in to comment.