Skip to content

Commit b817ed2

Browse files
authored
Merge pull request #28011 from guardian/doml/turn-on-carousels-test
Start Stacked Carousels AB test
2 parents 0680c2f + 5592a2a commit b817ed2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

common/app/experiments/Experiments.scala

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ object ActiveExperiments extends ExperimentsDefinition {
1818
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
1919
}
2020

21-
object StackedCarousels
22-
extends Experiment(
23-
name = "stacked-carousels",
24-
description = "Show stacked cards instead of medium carousels on UK front",
25-
owners = Seq(Owner.withEmail("[email protected]")),
26-
sellByDate = LocalDate.of(2025, 7, 30),
27-
participationGroup = Perc0A,
28-
)
29-
3021
object DarkModeWeb
3122
extends Experiment(
3223
name = "dark-mode-web",
@@ -44,3 +35,12 @@ object DCRJavascriptBundle
4435
sellByDate = LocalDate.of(2025, 6, 30),
4536
participationGroup = Perc0E,
4637
)
38+
39+
object StackedCarousels
40+
extends Experiment(
41+
name = "stacked-carousels",
42+
description = "Show stacked cards instead of carousels on UK front on mobile",
43+
owners = Seq(Owner.withEmail("[email protected]")),
44+
sellByDate = LocalDate.of(2025, 7, 30),
45+
participationGroup = Perc5A,
46+
)

0 commit comments

Comments
 (0)