From 083726e0553a9fb24947643312295f30ca7e245f Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Tue, 8 Oct 2024 17:38:44 +0100 Subject: [PATCH] Rename US big events test --- .../projects/common/modules/experiments/ab-tests.ts | 4 ++-- .../{us-big-events.js => usa-expandable-marketing-card.js} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename static/src/javascripts/projects/common/modules/experiments/tests/{us-big-events.js => usa-expandable-marketing-card.js} (87%) diff --git a/static/src/javascripts/projects/common/modules/experiments/ab-tests.ts b/static/src/javascripts/projects/common/modules/experiments/ab-tests.ts index 85546378e4e..5ae6add8eea 100644 --- a/static/src/javascripts/projects/common/modules/experiments/ab-tests.ts +++ b/static/src/javascripts/projects/common/modules/experiments/ab-tests.ts @@ -2,7 +2,7 @@ import type { ABTest } from '@guardian/ab-core'; import { remoteRRHeaderLinksTest } from './tests/remote-header-test'; import { signInGateMainControl } from './tests/sign-in-gate-main-control'; import { signInGateMainVariant } from './tests/sign-in-gate-main-variant'; -import { usBigEvents } from './tests/us-big-events'; +import { UsaExpandableMarketingCard } from './tests/usa-expandable-marketing-card'; // keep in sync with ab-tests in dotcom-rendering // https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/src/web/experiments/ab-tests.ts @@ -10,5 +10,5 @@ export const concurrentTests: readonly ABTest[] = [ signInGateMainVariant, signInGateMainControl, remoteRRHeaderLinksTest, - usBigEvents, + UsaExpandableMarketingCard, ]; diff --git a/static/src/javascripts/projects/common/modules/experiments/tests/us-big-events.js b/static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js similarity index 87% rename from static/src/javascripts/projects/common/modules/experiments/tests/us-big-events.js rename to static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js index f8b9c56a6f2..24ec50d9b72 100644 --- a/static/src/javascripts/projects/common/modules/experiments/tests/us-big-events.js +++ b/static/src/javascripts/projects/common/modules/experiments/tests/usa-expandable-marketing-card.js @@ -1,5 +1,5 @@ -export const usBigEvents = { - id: 'UsBigEvents', +export const UsaExpandableMarketingCard = { + id: 'UsaExpandableMarketingCard', start: '2024-10-02', expiry: '2024-12-18', author: 'dotcom.platform@guardian.co.uk',