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 85546378e4ec..5ae6add8eeaf 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 f8b9c56a6f28..24ec50d9b722 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',