mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Update tests
This commit is contained in:
parent
1d2c816a11
commit
3bce64d36e
1 changed files with 1 additions and 28 deletions
|
|
@ -86,40 +86,13 @@ exports[`SearchPageComponent matches snapshot 1`] = `
|
|||
showAsModalMaxWidth={768}
|
||||
>
|
||||
<div>
|
||||
<SearchMapComponent
|
||||
<withRouter(SearchMapComponent)
|
||||
activeListingId={null}
|
||||
bounds={null}
|
||||
center={
|
||||
LatLng {
|
||||
"lat": 0,
|
||||
"lng": 0,
|
||||
}
|
||||
}
|
||||
className={null}
|
||||
coordinatesConfig={
|
||||
Object {
|
||||
"circleOptions": Object {
|
||||
"clickable": false,
|
||||
"fillColor": "#c0392b",
|
||||
"fillOpacity": 0.2,
|
||||
"strokeColor": "#c0392b",
|
||||
"strokeOpacity": 0.5,
|
||||
"strokeWeight": 1,
|
||||
},
|
||||
"coordinateOffset": 500,
|
||||
"fuzzy": false,
|
||||
"fuzzyDefaultZoomLevel": 14,
|
||||
}
|
||||
}
|
||||
isOpenOnModal={false}
|
||||
listings={Array []}
|
||||
mapRootClassName={null}
|
||||
onCloseAsModal={[Function]}
|
||||
onIdle={[Function]}
|
||||
reuseableContainerClassName={null}
|
||||
rootClassName={null}
|
||||
useLocationSearchBounds={true}
|
||||
zoom={11}
|
||||
/>
|
||||
</div>
|
||||
</withViewport(ModalInMobileComponent)>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue