2022-01-26 22:10:35 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`App renders a typeahead search component 1`] = `
|
2022-02-01 20:52:16 +00:00
|
|
|
<cdx-typeahead-search-stub
|
2022-01-26 22:10:35 +00:00
|
|
|
accesskey="f"
|
|
|
|
aria-label="Search MediaWiki"
|
2022-02-01 20:52:16 +00:00
|
|
|
autoexpandwidth="false"
|
2022-01-26 22:10:35 +00:00
|
|
|
buttonlabel="searchbutton"
|
2022-02-01 20:52:16 +00:00
|
|
|
class=""
|
|
|
|
debounceinterval="120"
|
2022-01-26 22:10:35 +00:00
|
|
|
formaction=""
|
2022-03-16 23:40:42 +00:00
|
|
|
highlightquery="true"
|
2022-01-26 22:10:35 +00:00
|
|
|
id="searchform"
|
|
|
|
initialinputvalue=""
|
|
|
|
placeholder="Search MediaWiki"
|
2022-02-01 20:52:16 +00:00
|
|
|
searchfooterurl=""
|
|
|
|
searchresults=""
|
|
|
|
searchresultslabel="searchresults"
|
2022-03-16 23:40:42 +00:00
|
|
|
showthumbnail="true"
|
2022-01-26 22:10:35 +00:00
|
|
|
title="search"
|
2022-02-01 20:52:16 +00:00
|
|
|
/>
|
2022-01-26 22:10:35 +00:00
|
|
|
`;
|