Skip to content

Commit 22e289b

Browse files
author
Vikas Agarwal
committed
lint fixes
1 parent 5f5493a commit 22e289b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import _ from 'lodash'
2-
import NumberText from '../../components/NumberText/NumberText'
2+
// import NumberText from '../../components/NumberText/NumberText'
33
import { findProduct } from '../projectWizard'
44

55

@@ -264,7 +264,7 @@ const sections = [
264264
{ value: 'adobe-flex', label: 'Adobe Flex' },
265265
{ value: 'others', label: 'Others' }
266266
],
267-
fieldName: 'details.targetApplication.developmentPlatform',
267+
fieldName: 'details.targetApplication.developmentPlatform'
268268
// required: true,
269269
// validationError: 'Please provide development platform of the application'
270270
},
@@ -282,7 +282,7 @@ const sections = [
282282
{ value: 'java', label: 'Java based (with Swing/Applets)' },
283283
{ value: 'oracle-forms', label: 'Web based Oracle Forms' },
284284
{ value: 'other', label: 'Any other' }
285-
],
285+
]
286286
// required: true,
287287
// validationError: 'Please provide front end used in the application'
288288
},
@@ -291,7 +291,7 @@ const sections = [
291291
title: 'What are the web servers used?',
292292
description: '(For eg. Webserver can be Apache, IIS etc.)',
293293
fieldName: 'details.targetApplication.webBrowsers',
294-
type: 'textbox',
294+
type: 'textbox'
295295
// required: true,
296296
// validationError: 'Please provide target web browsers'
297297
},
@@ -300,7 +300,7 @@ const sections = [
300300
title: 'What ae the application servers used?',
301301
description: '(For eg. Application server can be JBoss or Weblogic or Websphere etc.)',
302302
fieldName: 'details.targetApplication.appServers',
303-
type: 'textbox',
303+
type: 'textbox'
304304
// required: true,
305305
// validationError: 'Please provide application servers used'
306306
},
@@ -309,7 +309,7 @@ const sections = [
309309
title: 'What is the back end of your application?',
310310
description: '(For eg. Back end can be Oracle, MS SQL or Sybase etc)',
311311
fieldName: 'details.targetApplication.backEnd',
312-
type: 'textbox',
312+
type: 'textbox'
313313
// required: true,
314314
// validationError: 'Please provide back end used in the application'
315315
},
@@ -325,7 +325,7 @@ const sections = [
325325
title: 'What is the middleware used?',
326326
description: '(For eg. Middleware can be MQSeries or TIBCO or Webmethod etc)',
327327
fieldName: 'details.targetApplication.middleware',
328-
type: 'textbox',
328+
type: 'textbox'
329329
// required: true,
330330
// validationError: 'Please provide middleware used in the application'
331331
},
@@ -334,7 +334,7 @@ const sections = [
334334
title: 'Please specify if web services are used and their functions',
335335
description: '(For eg. SOAP/REST Webservices deployed in App server for new customer creation and maintenance)',
336336
fieldName: 'details.targetApplication.webservices',
337-
type: 'textbox',
337+
type: 'textbox'
338338
// required: true,
339339
// validationError: 'Please provide web services used in the application'
340340
},
@@ -350,7 +350,7 @@ const sections = [
350350
{ value: 'sso', label: 'Siteminder/SSO' },
351351
{ value: 'ldap', label: 'LDAP' },
352352
{ value: 'others', label: 'Others' }
353-
],
353+
]
354354
// required: true,
355355
// validationError: 'Please provide authentication mode of the application'
356356
},
@@ -366,7 +366,7 @@ const sections = [
366366
{ value: 'document-mgmt-system', label: 'Document Mgmt System' },
367367
{ value: 'payments', label: 'Payments' },
368368
{ value: 'other', label: 'Others' }
369-
],
369+
]
370370
// required: true,
371371
// validationError: 'Please provide interfaces used in the application'
372372
}

0 commit comments

Comments
 (0)