2022-01-26 22:10:35 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`App renders a typeahead search component 1`] = `
|
2024-03-12 13:36:15 +00:00
|
|
|
<cdx-typeahead-search
|
2022-01-26 22:10:35 +00:00
|
|
|
accesskey="f"
|
|
|
|
aria-label="Search MediaWiki"
|
2024-03-12 13:36:15 +00:00
|
|
|
auto-expand-width="false"
|
|
|
|
button-label="searchbutton"
|
2022-09-01 18:04:12 +00:00
|
|
|
class="vector-typeahead-search"
|
2024-03-12 13:36:15 +00:00
|
|
|
form-action=""
|
|
|
|
highlight-query="true"
|
2022-01-26 22:10:35 +00:00
|
|
|
id="searchform"
|
2024-03-12 13:36:15 +00:00
|
|
|
initial-input-value=""
|
2022-01-26 22:10:35 +00:00
|
|
|
placeholder="Search MediaWiki"
|
2024-03-12 13:36:15 +00:00
|
|
|
search-footer-url=""
|
|
|
|
search-results=""
|
|
|
|
search-results-label="searchresults"
|
|
|
|
show-thumbnail="true"
|
2022-01-26 22:10:35 +00:00
|
|
|
title="search"
|
2024-03-12 13:36:15 +00:00
|
|
|
>
|
|
|
|
<input
|
|
|
|
name="title"
|
|
|
|
type="hidden"
|
|
|
|
value="Special:Search"
|
|
|
|
/>
|
|
|
|
<input
|
|
|
|
name="wprov"
|
|
|
|
type="hidden"
|
|
|
|
value="acrw1_-1"
|
|
|
|
/>
|
|
|
|
</cdx-typeahead-search>
|
2022-01-26 22:10:35 +00:00
|
|
|
`;
|