@@ -274,7 +274,8 @@ describe('form builder', () => {
274274 type : 'form-summary' ,
275275 id : 'form-summary-1' ,
276276 data : {
277- description : 'Form extended description' ,
277+ description :
278+ 'Add a description to your form to help set expectations.' ,
278279 title : 'Form title' ,
279280 } ,
280281 } ,
@@ -355,7 +356,8 @@ describe('form builder', () => {
355356 type : 'form-summary' ,
356357 id : 'form-summary-1' ,
357358 data : {
358- description : 'Form extended description' ,
359+ description :
360+ 'Add a description to your form to help set expectations.' ,
359361 title : 'Form title' ,
360362 } ,
361363 } ,
@@ -384,7 +386,8 @@ describe('form builder', () => {
384386 type : 'form-summary' ,
385387 id : newPattern . id ,
386388 data : {
387- description : 'Form extended description' ,
389+ description :
390+ 'Add a description to your form to help set expectations.' ,
388391 title : expect . stringMatching (
389392 / ^ \( \s * C o p y \s + \d { 1 , 2 } \/ \d { 1 , 2 } \/ \d { 4 } , \s + \d { 1 , 2 } : \d { 2 } : \d { 2 } \s + [ A P ] M \) \s * F o r m t i t l e /
390393 ) ,
@@ -439,7 +442,8 @@ describe('form builder', () => {
439442 type : 'form-summary' ,
440443 id : 'form-summary-1' ,
441444 data : {
442- description : 'Form extended description' ,
445+ description :
446+ 'Add a description to your form to help set expectations.' ,
443447 title : 'Form title' ,
444448 } ,
445449 } ,
@@ -519,7 +523,8 @@ describe('form builder', () => {
519523 type : 'form-summary' ,
520524 id : 'form-summary-1' ,
521525 data : {
522- description : 'Form extended description' ,
526+ description :
527+ 'Add a description to your form to help set expectations.' ,
523528 title : 'Form title' ,
524529 } ,
525530 } ,
@@ -748,7 +753,8 @@ export const createTestBlueprintMultipleFieldsets = () => {
748753 type : 'form-summary' ,
749754 id : 'form-summary-1' ,
750755 data : {
751- description : 'Form extended description' ,
756+ description :
757+ 'Add a description to your form to help set expectations.' ,
752758 title : 'Form title' ,
753759 } ,
754760 } satisfies FormSummaryPattern ,
0 commit comments