mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-18 02:40:34 +00:00
0e030b1310
This reverts commit 98bee1c71f
.
Reason for revert: This wasn't ready for merging. Caused T373463.
Change-Id: Id02bc3528216d1a43e6b505b44362059ab0ffc69
33 lines
680 B
Plaintext
33 lines
680 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`App renders a typeahead search component 1`] = `
|
|
<cdx-typeahead-search
|
|
accesskey="f"
|
|
aria-label="Search MediaWiki"
|
|
auto-expand-width="false"
|
|
button-label="searchbutton"
|
|
class="vector-typeahead-search"
|
|
form-action=""
|
|
highlight-query="true"
|
|
id="searchform"
|
|
initial-input-value=""
|
|
placeholder="Search MediaWiki"
|
|
search-footer-url=""
|
|
search-results=""
|
|
search-results-label="searchresults"
|
|
show-thumbnail="true"
|
|
title="search"
|
|
>
|
|
<input
|
|
name="title"
|
|
type="hidden"
|
|
value="Special:Search"
|
|
/>
|
|
<input
|
|
name="wprov"
|
|
type="hidden"
|
|
value="acrw1_-1"
|
|
/>
|
|
</cdx-typeahead-search>
|
|
`;
|