Skip to content

Commit

Permalink
Merge pull request #26723 from guardian/abeddow91-patch-1
Browse files Browse the repository at this point in the history
Extend WebEx experiments in  Experiments.scala
  • Loading branch information
abeddow91 authored Nov 29, 2023
2 parents 1ac80e0 + ec2a47e commit 4dff804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ object DeeplyRead
extends Experiment(
name = "deeply-read",
description = "When ON, deeply read footer section is displayed",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 11, 30),
owners = Seq(Owner.withEmail("dotcom.platform@theguardian.com")),
sellByDate = LocalDate.of(2024, 1, 31),
participationGroup = Perc0A,
)

object Lightbox
extends Experiment(
name = "lightbox",
description = "Testing the impact lightbox might have on our CWVs",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 11, 30),
owners = Seq(Owner.withEmail("dotcom.platform@theguardian.com")),
sellByDate = LocalDate.of(2024, 1, 31),
participationGroup = Perc0B,
)

Expand Down

0 comments on commit 4dff804

Please sign in to comment.