Skip to content

Commit

Permalink
Merge pull request #27435 from guardian/doml/start-remove-lite-fronts…
Browse files Browse the repository at this point in the history
…-experiment

Set Remove Lite Fronts experiment to 1%
  • Loading branch information
domlander authored Aug 27, 2024
2 parents 47d28f9 + 7216914 commit b1436fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ object ActiveExperiments extends ExperimentsDefinition {
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object RemoveLiteFronts
extends Experiment(
name = "remove-lite-fronts",
description = "Get the full pressed page of a front instead of the lite version",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 10, 30),
participationGroup = Perc0A,
)

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
Expand Down Expand Up @@ -55,3 +46,12 @@ object DarkModeWeb
sellByDate = LocalDate.of(2024, 10, 30),
participationGroup = Perc0D,
)

object RemoveLiteFronts
extends Experiment(
name = "remove-lite-fronts",
description = "Get the full pressed page of a front instead of the lite version",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 10, 30),
participationGroup = Perc1A,
)

0 comments on commit b1436fd

Please sign in to comment.