-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheaderSelection.test.ts
More file actions
487 lines (463 loc) · 16.1 KB
/
headerSelection.test.ts
File metadata and controls
487 lines (463 loc) · 16.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
import type {
HeaderTargeting,
HeaderTest,
HeaderTestSelection,
HeaderVariant,
} from '../../../shared/types';
import { selectBestTest } from './headerSelection';
const remote_nonUK: HeaderTest = {
channel: 'Header',
name: 'RemoteRrHeaderLinksTest__NonUK',
priority: 1,
userCohort: 'AllNonSupporters',
status: 'Live',
locations: [],
regionTargeting: {
targetedCountryGroups: [
'AUDCountries',
'Canada',
'EURCountries',
'NZDCountries',
'UnitedStates',
'International',
],
targetedCountryCodes: [],
},
variants: [
{
name: 'remote',
content: {
heading: 'Support the Guardian',
subheading: 'Available for everyone, funded by readers',
primaryCta: {
baseUrl: 'https://support.theguardian.com/contribute',
text: 'Contribute',
},
secondaryCta: {
baseUrl: 'https://support.theguardian.com/subscribe',
text: 'Subscribe',
},
},
},
],
};
const remote_UK: HeaderTest = {
channel: 'Header',
name: 'RemoteRrHeaderLinksTest__UK',
priority: 1,
userCohort: 'AllNonSupporters',
status: 'Live',
regionTargeting: {
targetedCountryGroups: ['GBPCountries'],
targetedCountryCodes: [],
},
variants: [
{
name: 'remote',
content: {
heading: 'Support the Guardian',
subheading: 'Available for everyone, funded by readers',
primaryCta: {
baseUrl: 'https://support.theguardian.com/subscribe',
text: 'Subscribe',
},
secondaryCta: {
baseUrl: 'https://support.theguardian.com/contribute',
text: 'Contribute',
},
},
},
],
};
const locationsNotSet: HeaderTest = {
channel: 'Header',
name: 'LocationsArrayEmpty',
priority: 1,
userCohort: 'AllNonSupporters',
status: 'Live',
locations: [],
regionTargeting: {
targetedCountryGroups: [],
targetedCountryCodes: [],
},
variants: [
{
name: 'remote',
content: {
heading: 'Support the Guardian',
subheading: 'Available for everyone, funded by readers',
primaryCta: {
baseUrl: 'https://support.theguardian.com/subscribe',
text: 'Subscribe',
},
secondaryCta: {
baseUrl: 'https://support.theguardian.com/contribute',
text: 'Contribute',
},
},
},
],
};
const header_supporter: HeaderTest = {
channel: 'Header',
name: 'header-supporter',
priority: 1,
userCohort: 'AllExistingSupporters',
status: 'Live',
locations: [],
regionTargeting: {
targetedCountryGroups: [
'AUDCountries',
'Canada',
'EURCountries',
'GBPCountries',
'NZDCountries',
'UnitedStates',
'International',
],
targetedCountryCodes: [],
},
variants: [
{
name: 'control',
content: {
heading: 'Thank you',
subheading: 'Your support powers our independent journalism',
},
},
],
};
const header_new_supporter: HeaderTest = {
channel: 'Header',
name: 'header-new-supporter',
priority: 1,
userCohort: 'Everyone',
status: 'Live',
locations: [],
regionTargeting: {
targetedCountryGroups: [
'AUDCountries',
'Canada',
'EURCountries',
'GBPCountries',
'NZDCountries',
'UnitedStates',
'International',
],
targetedCountryCodes: [],
},
purchaseInfo: {
product: ['Contribution'],
userType: ['new', 'guest'],
},
variants: [
{
name: 'control',
content: {
heading: 'Thank you for your support',
subheading: 'Enjoy the Guardian',
},
},
],
};
const header_existing_subscriber: HeaderTest = {
channel: 'Header',
name: 'header-existing-subscriber',
priority: 1,
userCohort: 'Everyone',
status: 'Live',
locations: [],
regionTargeting: {
targetedCountryGroups: [
'AUDCountries',
'Canada',
'EURCountries',
'GBPCountries',
'NZDCountries',
'UnitedStates',
'International',
],
targetedCountryCodes: [],
},
purchaseInfo: {
product: ['SupporterPlus'],
userType: ['current'],
},
variants: [
{
name: 'control',
content: {
heading: 'Thank you for your support',
subheading: 'Enjoy the Guardian',
},
},
],
};
// Handle null returns - tests will still fail if presented with this but should give better indication of why test failed
interface NullReturn {
name: string;
}
const testHasReturnedNull: NullReturn = {
name: 'test returned is null',
};
const variantHasReturnedNull: NullReturn = {
name: 'variant returned is null',
};
const mockTests: HeaderTest[] = [
remote_nonUK,
header_supporter,
remote_UK,
locationsNotSet,
header_new_supporter,
header_existing_subscriber,
];
const mockTestEmptyLocations: HeaderTest[] = [
remote_nonUK,
locationsNotSet,
header_supporter,
remote_UK,
];
const userDeviceType = 'Desktop';
describe('selectBestTest', () => {
it('It should return a non-UK non-supporter header test', () => {
// Mock targeting data: not a supporter, not in UK
const mockTargetingObject_1: HeaderTargeting = {
showSupportMessaging: true,
countryCode: 'ck', // Cook Islands (New Zealand dollar region)
mvtId: 900263,
isSignedIn: true,
};
const result_1: HeaderTestSelection | null = selectBestTest(
mockTargetingObject_1,
userDeviceType,
mockTests,
);
const result_1_test: HeaderTest | NullReturn = result_1
? result_1.test
: testHasReturnedNull;
const result_1_variant: HeaderVariant | NullReturn = result_1
? result_1.variant
: variantHasReturnedNull;
expect(result_1).toBeDefined();
expect(result_1).toHaveProperty('test');
expect(result_1).toHaveProperty('variant');
expect(result_1_test).toHaveProperty('name');
expect(result_1_test.name).toBe('RemoteRrHeaderLinksTest__NonUK');
expect(result_1_variant).toHaveProperty('name');
expect(result_1_variant.name).toBe('remote');
});
it('It should return a non-UK supporter header test', () => {
// Mock targeting data: is a supporter, not in UK
const mockTargetingObject_2: HeaderTargeting = {
showSupportMessaging: false,
countryCode: 'ck',
mvtId: 900263,
isSignedIn: true,
};
const result_2: HeaderTestSelection | null = selectBestTest(
mockTargetingObject_2,
userDeviceType,
mockTests,
);
const result_2_test: HeaderTest | NullReturn = result_2
? result_2.test
: testHasReturnedNull;
const result_2_variant: HeaderVariant | NullReturn = result_2
? result_2.variant
: variantHasReturnedNull;
expect(result_2).toBeDefined();
expect(result_2).toHaveProperty('test');
expect(result_2).toHaveProperty('variant');
expect(result_2_test).toHaveProperty('name');
expect(result_2_test.name).toBe('header-supporter');
expect(result_2_variant).toHaveProperty('name');
expect(result_2_variant.name).toBe('control');
});
it('It should return a UK-based non-supporter header test', () => {
// Mock targeting data: not a supporter, is in UK
const mockTargetingObject_3: HeaderTargeting = {
showSupportMessaging: true,
countryCode: 'im', // Isle of Man (UK sterling region)
mvtId: 900263,
isSignedIn: true,
};
const result_3: HeaderTestSelection | null = selectBestTest(
mockTargetingObject_3,
userDeviceType,
mockTests,
);
const result_3_test: HeaderTest | NullReturn = result_3
? result_3.test
: testHasReturnedNull;
const result_3_variant: HeaderVariant | NullReturn = result_3
? result_3.variant
: variantHasReturnedNull;
expect(result_3).toBeDefined();
expect(result_3).toHaveProperty('test');
expect(result_3).toHaveProperty('variant');
expect(result_3_test).toHaveProperty('name');
expect(result_3_test.name).toBe('RemoteRrHeaderLinksTest__UK');
expect(result_3_variant).toHaveProperty('name');
expect(result_3_variant.name).toBe('remote');
});
it('It should return a UK-based supporter header test', () => {
// Mock targeting data: is a supporter, is in UK
const mockTargetingObject_4: HeaderTargeting = {
showSupportMessaging: false,
countryCode: 'im',
mvtId: 900263,
isSignedIn: true,
};
const result_4: HeaderTestSelection | null = selectBestTest(
mockTargetingObject_4,
userDeviceType,
mockTests,
);
const result_4_test: HeaderTest | NullReturn = result_4
? result_4.test
: testHasReturnedNull;
const result_4_variant: HeaderVariant | NullReturn = result_4
? result_4.variant
: variantHasReturnedNull;
expect(result_4).toBeDefined();
expect(result_4).toHaveProperty('test');
expect(result_4).toHaveProperty('variant');
expect(result_4_test).toHaveProperty('name');
expect(result_4_test.name).toBe('header-supporter');
expect(result_4_variant).toHaveProperty('name');
expect(result_4_variant.name).toBe('control');
});
it('All non-supporters should return a global locations test if encountered before a test that includes their region', () => {
// Mock targeting data: not a supporter, is in UK
const mockTargetingObject_5: HeaderTargeting = {
showSupportMessaging: true,
countryCode: 'im', // Isle of Man (UK sterling region)
mvtId: 900263,
isSignedIn: true,
};
const result_5: HeaderTestSelection | null = selectBestTest(
mockTargetingObject_5,
userDeviceType,
mockTestEmptyLocations,
);
const result_5_test: HeaderTest | NullReturn = result_5
? result_5.test
: testHasReturnedNull;
const result_5_variant: HeaderVariant | NullReturn = result_5
? result_5.variant
: variantHasReturnedNull;
expect(result_5).toBeDefined();
expect(result_5).toHaveProperty('test');
expect(result_5).toHaveProperty('variant');
expect(result_5_test).toHaveProperty('name');
expect(result_5_test.name).toBe('LocationsArrayEmpty');
expect(result_5_variant).toHaveProperty('name');
expect(result_5_variant.name).toBe('remote');
});
it('It should return a test matching a contribution from a new user', () => {
// Mock targeting data: recent supporter, new user
const mockTargetingObject_6: HeaderTargeting = {
showSupportMessaging: false,
countryCode: 'im',
mvtId: 900263,
purchaseInfo: {
product: 'Contribution',
userType: 'new',
},
isSignedIn: false,
};
const result_6 = selectBestTest(mockTargetingObject_6, userDeviceType, mockTests);
const result_6_test: HeaderTest | NullReturn = result_6
? result_6.test
: testHasReturnedNull;
const result_6_variant: HeaderVariant | NullReturn = result_6
? result_6.variant
: variantHasReturnedNull;
expect(result_6).toBeDefined();
expect(result_6).toHaveProperty('test');
expect(result_6).toHaveProperty('variant');
expect(result_6_test).toHaveProperty('name');
expect(result_6_test.name).toBe('header-new-supporter');
expect(result_6_variant).toHaveProperty('name');
expect(result_6_variant.name).toBe('control');
});
it('It should return a test matching a subscription from an existing user', () => {
// Mock targeting data: recent supporter, existing user
const mockTargetingObject_7: HeaderTargeting = {
showSupportMessaging: false,
countryCode: 'im',
mvtId: 900263,
purchaseInfo: {
product: 'SupporterPlus',
userType: 'current',
},
isSignedIn: false,
};
const result_7 = selectBestTest(mockTargetingObject_7, userDeviceType, mockTests);
const result_7_test: HeaderTest | NullReturn = result_7
? result_7.test
: testHasReturnedNull;
const result_7_variant: HeaderVariant | NullReturn = result_7
? result_7.variant
: variantHasReturnedNull;
expect(result_7).toBeDefined();
expect(result_7).toHaveProperty('test');
expect(result_7).toHaveProperty('variant');
expect(result_7_test).toHaveProperty('name');
expect(result_7_test.name).toBe('header-existing-subscriber');
expect(result_7_variant).toHaveProperty('name');
expect(result_7_variant.name).toBe('control');
});
it('It should ignore purchase information if user is signed in', () => {
// Mock targeting data: recent supporter, new user, now signed in
const mockTargetingObject_8: HeaderTargeting = {
showSupportMessaging: false,
countryCode: 'im',
mvtId: 900263,
purchaseInfo: {
product: 'Contribution',
userType: 'new',
},
isSignedIn: true,
};
const result_8 = selectBestTest(mockTargetingObject_8, userDeviceType, mockTests);
const result_8_test: HeaderTest | NullReturn = result_8
? result_8.test
: testHasReturnedNull;
const result_8_variant: HeaderVariant | NullReturn = result_8
? result_8.variant
: variantHasReturnedNull;
expect(result_8).toBeDefined();
expect(result_8).toHaveProperty('test');
expect(result_8).toHaveProperty('variant');
expect(result_8_test).toHaveProperty('name');
expect(result_8_test.name).toBe('header-supporter');
expect(result_8_variant).toHaveProperty('name');
expect(result_8_variant.name).toBe('control');
});
});
it('It should select a header test based on isCountryTargetedForHeader logic', () => {
// Mock targeting data: not a supporter, in a non UK country
const mockTargetingObject: HeaderTargeting = {
showSupportMessaging: true,
countryCode: 'NZ',
mvtId: 123456,
isSignedIn: false,
};
const result: HeaderTestSelection | null = selectBestTest(
mockTargetingObject,
userDeviceType,
mockTests,
);
const result_test: HeaderTest | NullReturn = result ? result.test : testHasReturnedNull;
const result_variant: HeaderVariant | NullReturn = result
? result.variant
: variantHasReturnedNull;
expect(result).toBeDefined();
expect(result).toHaveProperty('test');
expect(result).toHaveProperty('variant');
expect(result_test).toHaveProperty('name');
expect(result_test.name).toBe('RemoteRrHeaderLinksTest__NonUK');
expect(result_variant).toHaveProperty('name');
expect(result_variant.name).toBe('remote');
});