2022-01-26 22:10:35 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`App renders a typeahead search component 1`] = `
|
|
|
|
<wvui-typeahead-search-stub
|
|
|
|
accesskey="f"
|
|
|
|
aria-label="Search MediaWiki"
|
|
|
|
buttonlabel="searchbutton"
|
|
|
|
client="[object Object]"
|
|
|
|
domain="localhost"
|
|
|
|
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"
|
|
|
|
searchpagetitle="Special:Search"
|
2022-03-16 23:40:42 +00:00
|
|
|
showdescription="true"
|
|
|
|
showthumbnail="true"
|
2022-01-26 22:10:35 +00:00
|
|
|
suggestionslabel="searchresults"
|
|
|
|
title="search"
|
|
|
|
urlgenerator="[object Object]"
|
|
|
|
>
|
|
|
|
<input
|
|
|
|
name="title"
|
|
|
|
type="hidden"
|
|
|
|
value="Special:Search"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<input
|
|
|
|
name="wprov"
|
|
|
|
type="hidden"
|
|
|
|
value="acrw1"
|
|
|
|
/>
|
|
|
|
<span />
|
|
|
|
</wvui-typeahead-search-stub>
|
|
|
|
`;
|