Adding snapshot
This commit is contained in:
parent
d4cf2f3d51
commit
a267e1a62f
1 changed files with 25 additions and 0 deletions
25
src/layouts/tpa-submit/__snapshots__/tpa-submit.spec.js.snap
Normal file
25
src/layouts/tpa-submit/__snapshots__/tpa-submit.spec.js.snap
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
|
exports[`tpa-submit returns the initial data 1`] = `
|
||||||
|
Object {
|
||||||
|
"companyName": "Frederick Jones",
|
||||||
|
"customValueMap": Object {
|
||||||
|
"glassShop": "Frederick Jones",
|
||||||
|
},
|
||||||
|
"sections": Array [],
|
||||||
|
"widget": Object {
|
||||||
|
"footer": "SiteFooterWidget",
|
||||||
|
"orderDetails": "OrderDetailsContent",
|
||||||
|
"serviceSummary": "ServiceSummaryContent",
|
||||||
|
"siteHeader": "SiteHeaderWidget",
|
||||||
|
"siteSubHeader": "SiteSubHeaderWidget",
|
||||||
|
"subheader": Object {
|
||||||
|
"contactInfo": "ContactDetailsSubTitle",
|
||||||
|
"damage": "DamageSubTitle",
|
||||||
|
"shop": "PreferredShopSubTitle",
|
||||||
|
"vehicle": "VehicleSubTitle",
|
||||||
|
},
|
||||||
|
"vehicleBanner": "VehicleBannerWidget",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
`;
|
||||||
Loading…
Reference in a new issue