diff --git a/src/layouts/tpa-search/__snapshots__/tpa-search.spec.js.snap b/src/layouts/tpa-search/__snapshots__/tpa-search.spec.js.snap deleted file mode 100644 index 0c7e4c55..00000000 --- a/src/layouts/tpa-search/__snapshots__/tpa-search.spec.js.snap +++ /dev/null @@ -1,214 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`TPA search page returns the initial data 1`] = ` -Object { - "additionalButtonData": Object { - "displayAvailabilityIndicators": false, - }, - "dataLoaded": false, - "filter": "", - "mapZipCode": null, - "providers": Array [], - "reloadingProviders": false, - "rules": Object { - "filter": "option-required", - "provider": "option-required", - "zipCode": "zip-code-required|zip-code-search-format", - }, - "selectedProviderNumber": "", - "shopListButton": Object { - "beforeMount": [Function], - "components": Object { - "baseInputButton": Object { - "computed": Object { - "buttonId": [Function], - "eventTypes": [Function], - "inputType": [Function], - "isChecked": [Function], - "isValueSelectedOnClick": [Function], - }, - "data": [Function], - "emits": Array [ - "update:modelValue", - ], - "methods": Object { - "handleBlur": [Function], - "handleClick": [Function], - "handleEventAction": [Function], - "handleFocus": [Function], - "handleSelectionChange": [Function], - }, - "mounted": [Function], - "name": "base-input-button", - "props": Object { - "buttonWrapperClasses": Array [ - [Function], - [Function], - [Function], - ], - "groupName": Object { - "required": true, - "type": [Function], - }, - "inputClasses": Array [ - [Function], - [Function], - [Function], - ], - "isMultiSelect": [Function], - "isRequired": Object { - "default": true, - "type": [Function], - }, - "lastValuePushedToGa": Array [ - [Function], - [Function], - ], - "modelValue": Object { - "required": true, - "validator": [Function], - }, - "selectingInitiatesLoad": Object { - "default": false, - "type": [Function], - }, - "setLastValuePushedToGa": [Function], - "suppressError": [Function], - "validationRules": Object { - "default": "", - "type": [Function], - }, - "value": Object { - "required": true, - "type": Array [ - [Function], - [Function], - ], - }, - "valueToLogType": [Function], - }, - "render": [Function], - "setup": [Function], - }, - "loader": Object { - "computed": Object { - "cssProps": [Function], - }, - "methods": Object { - "captureClick": [Function], - }, - "name": "loader", - "props": Object { - "allowPageInteraction": Object { - "default": false - "type": [Function], - }, - "height": Object { - "default": 1, - "type": [Function], - }, - "loaderColor": Object { - "type": [Function], - }, - "loaderPosition": Object { - "type": [Function], - }, - "width": Object { - "default": 1, - "type": [Function], - }, - }, - "render": [Function], - }, - }, - "computed": Object { - "availabilityRatingClass": [Function], - "badgeText": [Function], - "isLoaderDisplayed": [Function], - }, - "data": [Function], - "mixins": Array [ - Object { - "computed": Object { - "selectedValue": Object { - "get": [Function], - "set": [Function], - }, - }, - "model": Object { - "event": "change", - "prop": "modelValue", - }, - "props": Object { - "additionalButtonData": [Function], - "additionalButtonStyling": [Function], - "altText": Object { - "default": "", - "type": [Function], - }, - "buttonAuxiliaryCopy": [Function], - "buttonBodyCopy": [Function], - "buttonFooterCopy": [Function], - "buttonImage": [Function], - "buttonImageId": [Function], - "buttonLabel": Array [ - [Function], - [Function], - ], - "buttonLabelSubCopy": [Function], - "groupName": Object { - "required": true, - "type": [Function], - }, - "isMultiSelect": [Function], - "isRequired": Object { - "default": true, - "type": [Function], - }, - "isWide": [Function], - "lastValuePushedToGa": Array [ - [Function], - [Function], - ], - "modelValue": Object { - "required": true, - "validator": [Function], - }, - "screenReaderOnlyText": [Function], - "selectingInitiatesLoad": Object { - "default": false, - "type": [Function], - }, - "setLastValuePushedToGa": [Function], - "suppressError": [Function], - "textPosition": [Function], - "validationRules": Object { - "default": "", - "type": [Function], - }, - "value": Object { - "required": true, - "type": Array [ - [Function], - [Function], - ], - }, - "valueToLogType": [Function], - }, - }, - ], - "name": "shop-list-button", - "render": [Function], - }, - "widget": Object { - "filterByQuestion": "FilterByQuestion", - "noNetworkShopsAlert": "NoNetworkShopsAlertWidget", - "searchInstructions": "SearchInstructions", - "shopNotListedLink": "ShopNotListedLink", - "siteFooter": "SiteFooterWidget", - "siteHeader": "SiteHeaderWidget", - "tpaSearchQuestion": "TPASearchQuestion", - }, - "zipCode": null, -} -`;