Skip to content

Commit

Permalink
Update start and end dates
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed May 8, 2024
1 parent 62befe1 commit d8fdcbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type { ABTest } from '@guardian/ab-core';

export const onwardJourneys: ABTest = {
id: 'OnwardJourneys',
start: '2025-03-01', // update once test is ready to go live
expiry: '2025-12-01', // update once test is ready to go live
start: '2024-05-09',
expiry: '2024-05-16',
author: '@web-experience',
description:
'Show the user one onward journey containers at a time to see which is the most effective',
Expand Down

0 comments on commit d8fdcbe

Please sign in to comment.