|
@@ -836,6 +836,11 @@ async function _loadSplitTestInfoInLocals(locals, splitTestName, session) {
|
|
|
description: splitTest.labsDescription || '',
|
|
description: splitTest.labsDescription || '',
|
|
|
icon: splitTest.labsIcon || '',
|
|
icon: splitTest.labsIcon || '',
|
|
|
surveyLink: splitTest.badgeInfo?.labs?.url || '',
|
|
surveyLink: splitTest.badgeInfo?.labs?.url || '',
|
|
|
|
|
+ successNotification: {
|
|
|
|
|
+ content: splitTest.labsSuccessNotification?.content || '',
|
|
|
|
|
+ buttonLabel: splitTest.labsSuccessNotification?.buttonLabel || '',
|
|
|
|
|
+ buttonUrl: splitTest.labsSuccessNotification?.buttonUrl || '',
|
|
|
|
|
+ },
|
|
|
isFull: SplitTestUtils.isExperimentFull(variant),
|
|
isFull: SplitTestUtils.isExperimentFull(variant),
|
|
|
versionCreatedAt:
|
|
versionCreatedAt:
|
|
|
currentVersion.createdAt instanceof Date
|
|
currentVersion.createdAt instanceof Date
|