Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WORLDSERVICE369 - Reverb Batch 5 rollout - Zhongwen, Japanese, Hausa [DNM] #12512

Open
wants to merge 10 commits into
base: latest
Choose a base branch
from
4 changes: 3 additions & 1 deletion cypress/e2e/specialFeatures/atiAnalytics/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,12 @@ const canonicalTestSuites = [
},
{
path: '/hausa/bbc_hausa_radio/liveradio',
runforEnv: ['local', 'live'],
runforEnv: ['local', 'test', 'live'],
service: 'hausa',
pageIdentifier: 'hausa.bbc_hausa_radio.liveradio.page',
applicationType: 'responsive',
contentType: 'player-live',
useReverb: true,
tests: [
assertPageView,
assertRadioScheduleComponentView,
Expand Down Expand Up @@ -214,6 +215,7 @@ const canonicalTestSuites = [
pageIdentifier: 'hausa.articles.cw43vy8zdjvo.page',
applicationType: 'responsive',
contentType: 'article-sfv',
useReverb: true,
tests: [
assertPageView,
assertLatestMediaComponentView,
Expand Down
1 change: 0 additions & 1 deletion src/app/components/ATIAnalytics/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,6 @@ describe('ATI Analytics Container', () => {
isAmp: false,
pageData: articleDataNews,
pageType: ARTICLE_PAGE,
service: 'hausa', // this is a temporary fix for this unit test failing as this service will have reverb enabled in the last batch
isUK: true,
});

Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/hausa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-hausa',
atiAnalyticsProducerId: '51',
atiAnalyticsProducerName: 'HAUSA',
useReverb: true,
chartbeatDomain: 'hausa.bbc.co.uk',
brandName: 'BBC News Hausa',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const service: DefaultServiceConfig = {
atiAnalyticsAppName: 'news-japanese',
atiAnalyticsProducerId: '56',
atiAnalyticsProducerName: 'JAPANESE',
useReverb: true,
chartbeatDomain: 'japanese.bbc.co.uk',
brandName: 'BBCニュース',
product: 'BBC News',
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/zhongwen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const baseServiceConfig = {
atiAnalyticsAppName: 'news-zhongwen',
atiAnalyticsProducerId: '38',
atiAnalyticsProducerName: 'CHINESE',
useReverb: true,
chartbeatDomain: 'zhongwen.bbc.co.uk',
brandName: 'BBC News 中文',
product: 'BBC News',
Expand Down
Loading