Skip to content

Commit

Permalink
Creative Cloud Business Enterprise Test Scripts (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavanKumarN8 authored Jul 8, 2024
1 parent 0d58c32 commit 3fb963a
Show file tree
Hide file tree
Showing 3 changed files with 507 additions and 0 deletions.
166 changes: 166 additions & 0 deletions features/feds/prodSanity/ccepagesanity.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
module.exports = {
name: 'Creative Cloud Enterprise Page',
features: [
{
tcid: '0',
name: '@UnitedStatesCCEPageCheck',
path: '/creativecloud/business/enterprise.html?georouting=off',
tags: '@ccepagesanity @cceUnitedStatesPage',
country: 'United States',
},
{
tcid: '1',
name: '@GermanyCCEPageCheck',
path: '/de/creativecloud/business/enterprise.html?georouting=off',
tags: '@ccepagesanity @cceGermany',
country: 'Germany',
},
{
tcid: '2',
name: '@FranceCCEPageCheck',
path: '/fr/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEFrance',
country: 'France',
},
{
tcid: '3',
name: '@ItalyCCEPageCheck',
path: '/it/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEItaly',
country: 'Italy',
},
{
tcid: '4',
name: '@UnitedKingdomCCEPageCheck',
path: '/uk/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEUnitedKingdom',
country: 'United Kingdom',
},
{
tcid: '5',
name: '@MiddleEastAndNorthAfricaCCEPageCheck',
path: '/mena_ar/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEMiddleEastAndNorthAfrica',
country: 'Middle East And North Africa',
},
{
tcid: '6',
name: '@JapanCCEPageCheck',
path: '/jp/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEJapan',
country: 'Japan',
},
{
tcid: '7',
name: '@IndiaCCEPageCheck',
path: '/in/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEIndia',
country: 'India',
},
{
tcid: '8',
name: '@SpainCCEPageCheck',
path: '/es/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCESpain',
country: 'Spain',
},
{
tcid: '9',
name: '@CanadaEnglishCCEPageCheck',
path: '/ca/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCECanadaEnglish',
country: 'Canada English',
},
{
tcid: '10',
name: '@KoreaCCEPageCheck',
path: '/kr/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEKorea',
country: 'Korea',
},
{
tcid: '11',
name: '@CanadaFrenchCCEPageCheck',
path: '/ca_fr/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCECanadaFrench',
country: 'Canada French',
},
{
tcid: '12',
name: '@PolandCCEPageCheck',
path: '/pl/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEPoland',
country: 'Poland',
},
{
tcid: '13',
name: '@MexicoCCEPageCheck',
path: '/mx/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEMexico',
country: 'Mexico',
},
{
tcid: '14',
name: '@AustraliaCCEPageCheck',
path: '/au/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEAustralia',
country: 'Australia',
},
{
tcid: '15',
name: '@IndonesiaCCEPageCheck',
path: '/id_id/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEIndonesia',
country: 'Indonesia',
},
{
tcid: '16',
name: '@IndonesiaEnglishCCEPageCheck',
path: '/id_en/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEIndonesiaEnglish',
country: 'Indonesia English',
},
{
tcid: '17',
name: '@TurkeyCCEPageCheck',
path: '/tr/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCETurkey',
country: 'Turkey',
},
{
tcid: '18',
name: '@ThailandEnglishCCEPageCheck',
path: '/th_en/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEThailandEnglish',
country: 'Thailand English',
},
{
tcid: '19',
name: '@ThailandCCEPageCheck',
path: '/th_th/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEThailand',
country: 'Thailand',
},
{
tcid: '20',
name: '@SingaporeCCEPageCheck',
path: '/sg/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCESingapore',
country: 'Singapore',
},
{
tcid: '21',
name: '@PhilippineCCEPageCheck',
path: '/ph_fil/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEPhilippines',
country: 'Philippines',
},
{
tcid: '22',
name: '@PhilippineEnglishCCEPageCheck',
path: '/ph_fil/creativecloud/business/enterprise.html?georouting=off',
tags: '@CCEPagesanity @CCEPhilippinesEnglish',
country: 'Philippines English',
},
],
};
Loading

0 comments on commit 3fb963a

Please sign in to comment.