@@ -117,6 +117,7 @@ const canonicalTestSuites = [
117
117
pageIdentifier : 'hindi.articles.c9w59wnx27ro.page' ,
118
118
applicationType : 'responsive' ,
119
119
contentType : 'article' ,
120
+ useReverb : true ,
120
121
tests : [
121
122
assertPageView ,
122
123
assertTopStoriesComponentView ,
@@ -246,6 +247,7 @@ const canonicalTestSuites = [
246
247
pageIdentifier : 'marathi.topics.c1wmk63rjkvt.page' ,
247
248
applicationType : 'responsive' ,
248
249
contentType : 'index-category' ,
250
+ useReverb : true ,
249
251
componentTrackingContentType : 'topic-page' ,
250
252
tests : [ assertPageView ] ,
251
253
} ,
@@ -284,6 +286,65 @@ const canonicalTestSuites = [
284
286
assertBillboardComponentClick ,
285
287
] ,
286
288
} ,
289
+ {
290
+ path : '/persian/topics/crezq2dg9zwt' ,
291
+ runforEnv : [ 'local' , 'test' ] ,
292
+ service : 'persian' ,
293
+ pageIdentifier : 'persian.topics.crezq2dg9zwt.page' ,
294
+ applicationType : 'responsive' ,
295
+ contentType : 'index-category' ,
296
+ componentTrackingContentType : 'topic-page' ,
297
+ useReverb : true ,
298
+ tests : [
299
+ assertPageView ,
300
+ assertScrollableNavigationComponentView ,
301
+ assertScrollableNavigationComponentClick ,
302
+ assertDropdownNavigationComponentView ,
303
+ assertDropdownNavigationComponentClick ,
304
+ ] ,
305
+ } ,
306
+ {
307
+ path : '/indonesia' ,
308
+ runforEnv : [ 'local' , 'live' ] ,
309
+ service : 'indonesia' ,
310
+ pageIdentifier : 'indonesia.page' ,
311
+ applicationType : 'responsive' ,
312
+ contentType : 'index-home' ,
313
+ useReverb : true ,
314
+ tests : [
315
+ assertPageView ,
316
+ assertScrollableNavigationComponentView ,
317
+ assertScrollableNavigationComponentClick ,
318
+ assertDropdownNavigationComponentView ,
319
+ assertDropdownNavigationComponentClick ,
320
+ ] ,
321
+ } ,
322
+ {
323
+ path : '/portuguese/podcasts/p07r3r3t' ,
324
+ runforEnv : [ 'local' , 'test' , 'live' ] ,
325
+ service : 'portuguese' ,
326
+ pageIdentifier : 'portuguese.bbc_brasil.podcasts.programmes.p07r3r3t.page' ,
327
+ applicationType : 'responsive' ,
328
+ contentType : 'player-episode' ,
329
+ useReverb : true ,
330
+ tests : [
331
+ assertPageView ,
332
+ assertPodcastLinksComponentView ,
333
+ assertPodcastLinksComponentClick ,
334
+ assertRecentAudioEpisodesComponentView ,
335
+ assertRecentAudioEpisodesComponentClick ,
336
+ ] ,
337
+ } ,
338
+ {
339
+ path : '/tamil/bbc_tamil_tv/tv_programmes/w13xttmy' ,
340
+ runforEnv : [ 'local' , 'test' , 'live' ] ,
341
+ service : 'tamil' ,
342
+ pageIdentifier : 'tamil.bbc_tamil_tv.tv_programmes.w13xttmy.page' ,
343
+ applicationType : 'responsive' ,
344
+ contentType : 'player-episode' ,
345
+ useReverb : true ,
346
+ tests : [ assertPageView ] ,
347
+ } ,
287
348
// Article
288
349
{
289
350
path : '/pidgin/articles/cyv3zm4y428o' ,
0 commit comments