From a267e1a62f358ade4945c00c6e107567f751aa64 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Fri, 5 Jan 2024 16:19:45 -0500 Subject: [PATCH] Adding snapshot --- .../__snapshots__/tpa-submit.spec.js.snap | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/layouts/tpa-submit/__snapshots__/tpa-submit.spec.js.snap diff --git a/src/layouts/tpa-submit/__snapshots__/tpa-submit.spec.js.snap b/src/layouts/tpa-submit/__snapshots__/tpa-submit.spec.js.snap new file mode 100644 index 00000000..10ea690d --- /dev/null +++ b/src/layouts/tpa-submit/__snapshots__/tpa-submit.spec.js.snap @@ -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", + }, +} +`;