mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-04 03:59:53 +00:00
f7a859bac5
This reverts commit b72c648d21
.
Reason for revert: Causes an issue with the search
(See https://phabricator.wikimedia.org/F35009362)
Change-Id: I09f7e5c9eab677bfd5a92cf2d8389d20a2d6e87a
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>
|
|
`;
|