File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/config/projectQuestions Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ const sections = [
155155 description : '' ,
156156 title : 'Do you have a specific timeline for testing? If so, please provide approximate start and end dates.' ,
157157 type : 'textbox'
158- } ,
158+ }
159159 ]
160160 } ,
161161 {
@@ -188,7 +188,7 @@ const sections = [
188188 description : '' ,
189189 title : 'Are any specific skills required to test your application? If so, please list them.' ,
190190 type : 'textbox'
191- } ,
191+ }
192192 ]
193193 } ,
194194 {
@@ -221,7 +221,7 @@ const sections = [
221221 description : '' ,
222222 title : 'Are there any other specific details related to the environment you can share?' ,
223223 type : 'textbox'
224- } ,
224+ }
225225 ]
226226 } ,
227227 {
@@ -254,9 +254,9 @@ const sections = [
254254 description : '' ,
255255 title : 'Does the application require training to utilize it properly? If so, are you able to provide these inputs?' ,
256256 type : 'textbox'
257- } ,
257+ }
258258 ]
259- } , {
259+ } , {
260260 id : 'cyclePreferences' ,
261261 required : false ,
262262 title : 'Test Cycle Preferences' ,
@@ -278,7 +278,7 @@ const sections = [
278278 description : 'Are there any types of defects you would like ommitted from issue reports?' ,
279279 title : '' ,
280280 type : 'textbox'
281- } ,
281+ }
282282 ]
283283 } ,
284284 {
You can’t perform that action at this time.
0 commit comments