Skip to content

Commit

Permalink
Remove updated header test to roll it out to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Aug 30, 2024
1 parent a386a37 commit 0cd7c81
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,12 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
RemoveLiteFronts,
UpdatedHeaderDesign,
MastheadWithHighlights,
DarkModeWeb,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
description = "Shows updated design of Header and Nav components",
owners = Seq(Owner.withGithub("cemms1")),
sellByDate = LocalDate.of(2024, 9, 30),
participationGroup = Perc50,
)

object MastheadWithHighlights
extends Experiment(
name = "masthead-with-highlights",
Expand Down

0 comments on commit 0cd7c81

Please sign in to comment.