@@ -170,7 +170,7 @@ describe('PaymentField', () => {
170170 amount : 150 ,
171171 description : 'payment description' ,
172172 uuid : 'ee501106-4ce1-4947-91a7-7cc1a335ccd8' ,
173- formId : 'form-id ' ,
173+ formId : 'formid ' ,
174174 isLivePayment : false
175175 }
176176 it ( 'returns text from state' , ( ) => {
@@ -206,7 +206,7 @@ describe('PaymentField', () => {
206206 paymentId : 'payment-id' ,
207207 reference : 'payment-ref' ,
208208 uuid : 'ee501106-4ce1-4947-91a7-7cc1a335ccd8' ,
209- formId : 'form-id ' ,
209+ formId : 'formid ' ,
210210 amount : 100 ,
211211 description : 'Test payment description' ,
212212 isLivePayment : false
@@ -273,7 +273,7 @@ describe('PaymentField', () => {
273273 const args = {
274274 controller : {
275275 model : {
276- formId : 'form-id ' ,
276+ formId : 'formid ' ,
277277 basePath : 'base-path' ,
278278 name : 'PaymentModel'
279279 } ,
@@ -308,7 +308,7 @@ describe('PaymentField', () => {
308308 componentName : 'myComponent' ,
309309 description : 'Test payment description' ,
310310 failureUrl : 'http://localhost:3009/test-payment' ,
311- formId : 'form-id ' ,
311+ formId : 'formid ' ,
312312 isLivePayment : false ,
313313 paymentId : 'new-payment-id' ,
314314 reference : 'pay-ref-123' ,
@@ -338,7 +338,7 @@ describe('PaymentField', () => {
338338 const args = {
339339 controller : {
340340 model : {
341- formId : 'form-id ' ,
341+ formId : 'formid ' ,
342342 basePath : 'base-path' ,
343343 name : 'PaymentModel'
344344 } ,
@@ -432,7 +432,7 @@ describe('PaymentField', () => {
432432 amount : 123 ,
433433 description : 'Payment desc' ,
434434 isLivePayment : false ,
435- formId : 'form-id '
435+ formId : 'formid '
436436 }
437437 }
438438 } as unknown as FormContext
@@ -458,7 +458,7 @@ describe('PaymentField', () => {
458458 amount : 123 ,
459459 description : 'Payment desc' ,
460460 isLivePayment : false ,
461- formId : 'form-id '
461+ formId : 'formid '
462462 }
463463 }
464464 } as unknown as FormContext
@@ -495,7 +495,7 @@ describe('PaymentField', () => {
495495 amount : 123 ,
496496 description : 'Payment desc' ,
497497 isLivePayment : false ,
498- formId : 'form-id '
498+ formId : 'formid '
499499 }
500500 }
501501 } as unknown as FormContext
@@ -531,7 +531,7 @@ describe('PaymentField', () => {
531531 amount : 123 ,
532532 description : 'Payment desc' ,
533533 isLivePayment : false ,
534- formId : 'form-id '
534+ formId : 'formid '
535535 }
536536 }
537537 } as unknown as FormContext
0 commit comments