mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 03:34:25 +00:00
66359e8fa5
Bug: T300561 Change-Id: Ib7c314b094bd823ae233374f63c9094724d6c06f
36 lines
730 B
Plaintext
36 lines
730 B
Plaintext
// 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=""
|
|
highlightquery="true"
|
|
id="searchform"
|
|
initialinputvalue=""
|
|
placeholder="Search MediaWiki"
|
|
searchpagetitle="Special:Search"
|
|
showdescription="true"
|
|
showthumbnail="true"
|
|
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>
|
|
`;
|