Skip to content

Commit c3c336a

Browse files
committed
Adding SFDC QA - changed 'salesforce' to 'Salesforce.com'
1 parent 8dffb43 commit c3c336a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- checkout
2929
- attach_workspace:
3030
at: ./workspace
31-
- run: ./deploy.sh TEST02 no-cache
31+
- run: ./deploy.sh DEV no-cache
3232

3333
deployProd:
3434
docker:

src/config/projectQuestions/sfdc_accelerator.v1.0.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ const sections = [
4545
minLength : 'Please enter at least 160 characters'
4646
},
4747
fieldName: 'description',
48-
description: 'Brief description of your project, salesforce implementation testing objectives',
48+
description: 'Brief description of your project, Salesforce.com implementation testing objectives',
4949
title: 'Description',
5050
type: 'textbox'
5151
},
5252
{
5353
icon: 'question',
5454
required: true,
5555
validationError: 'Please provide the required options',
56-
title: 'The salesforce accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
56+
title: 'The Salesforce.com accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
5757
Would you like to purchase all the components of the accelerator pack or only a subset of it? (choose all that apply)',
5858
description: 'Full solution will have all the above components, while Partial solution - \
5959
can have just either the sfdc assets mentioned in option 1 OR SFDC assets + customized service without the license',
@@ -67,7 +67,7 @@ const sections = [
6767
},
6868
{
6969
icon: 'question',
70-
title: 'Select the functionalities which are applicable for your salesforce Implementation ( 1 or multiple from the 10 listed below)',
70+
title: 'Select the functionalities which are applicable for your Salesforce.com Implementation ( 1 or multiple from the 10 listed below)',
7171
description: '',
7272
type: 'checkbox-group',
7373
fieldName: 'details.appDefinition.functionalities',
@@ -103,7 +103,7 @@ const sections = [
103103
fieldName: 'details.appDefinition.notes',
104104
title: 'Notes',
105105
description: 'Please enter any additional information such as any existing test automation tool used,\
106-
known constraints for automation, % of customizations in your salesforce implementation, etc.',
106+
known constraints for automation, % of customizations in your Salesforce.com implementation, etc.',
107107
type: 'notes'
108108
},
109109
{
@@ -167,15 +167,15 @@ export const basicSections = [
167167
minLength : 'Please enter at least 160 characters'
168168
},
169169
fieldName: 'description',
170-
description: 'Brief description of your project, salesforce implementation testing objectives',
170+
description: 'Brief description of your project, Salesforce.com implementation testing objectives',
171171
title: 'Description',
172172
type: 'textbox'
173173
},
174174
{
175175
icon: 'question',
176176
required: true,
177177
validationError: 'Please provide the required options',
178-
title: 'The salesforce accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
178+
title: 'The Salesforce.com accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
179179
Would you like to purchase all the components of the accelerator pack or only a subset of it? (choose all that apply)',
180180
description: 'Full solution will have all the above components, while Partial solution - \
181181
can have just either the sfdc assets mentioned in option 1 OR SFDC assets + customized service without the license',
@@ -189,7 +189,7 @@ export const basicSections = [
189189
},
190190
{
191191
icon: 'question',
192-
title: 'Select the functionalities which are applicable for your salesforce Implementation ( 1 or multiple from the 10 listed below)',
192+
title: 'Select the functionalities which are applicable for your Salesforce.com Implementation ( 1 or multiple from the 10 listed below)',
193193
description: '',
194194
type: 'checkbox-group',
195195
fieldName: 'details.appDefinition.functionalities',
@@ -225,7 +225,7 @@ export const basicSections = [
225225
fieldName: 'details.appDefinition.notes',
226226
title: 'Notes',
227227
description: 'Please enter any additional information such as any existing test automation tool used,\
228-
known constraints for automation, % of customizations in your salesforce implementation, etc.',
228+
known constraints for automation, % of customizations in your Salesforce.com implementation, etc.',
229229
type: 'notes'
230230
}
231231
]

0 commit comments

Comments
 (0)