Skip to content

Commit

Permalink
Dark mode 0% test (#27097)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii authored May 2, 2024
1 parent 3873b15 commit 6365f1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
CommercialMegaTest,
DarkModeWeb,
DCRTagPages,
DCRVideoPages,
UpdatedHeaderDesign,
Expand Down Expand Up @@ -68,3 +69,12 @@ object MastheadWithHighlights
sellByDate = LocalDate.of(2024, 9, 30),
participationGroup = Perc0C,
)

object DarkModeWeb
extends Experiment(
name = "dark-mode-web",
description = "Enable dark mode on web",
owners = Seq(Owner.withGithub("jakeii"), Owner.withGithub("mxdvl")),
sellByDate = LocalDate.of(2024, 7, 30),
participationGroup = Perc0D,
)

0 comments on commit 6365f1f

Please sign in to comment.