mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-28 15:11:41 -07:00
- upgrade uswds to 2.13.3 - upgrade trussworks to 3.1.0 - fix breaking changes on Accordion, Search, SummaryBox, Collections,
43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`rendering of the MapSearch checks if component renders 1`] = `
|
|
<DocumentFragment>
|
|
<div>
|
|
<div>
|
|
Location not found or unknown. Please try a different search.
|
|
</div>
|
|
<form
|
|
class="usa-search usa-search--small"
|
|
data-testid="form"
|
|
role="search"
|
|
>
|
|
<label
|
|
class="usa-sr-only"
|
|
data-testid="label"
|
|
for="search-field"
|
|
>
|
|
Search
|
|
</label>
|
|
<input
|
|
class="usa-input"
|
|
data-testid="textInput"
|
|
id="search-field"
|
|
name="search"
|
|
placeholder="Search for an address, city, state or ZIP"
|
|
type="search"
|
|
/>
|
|
<button
|
|
class="usa-button"
|
|
data-testid="button"
|
|
type="submit"
|
|
>
|
|
<img
|
|
alt="Search"
|
|
class="usa-search__submit-icon"
|
|
src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0MxNS40MSAxMi41OSAxNiAxMS4xMSAxNiA5LjUgMTYgNS45MSAxMy4wOSAzIDkuNSAzUzMgNS45MSAzIDkuNSA1LjkxIDE2IDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+PC9zdmc+"
|
|
/>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|