mediawiki-skins-Vector/tests/jest/__snapshots__/App.test.js.snap
Anne Tomasevich 8e04c79dba Remove dependency on .cdx-typeahead-search--active class
This class is no longer needed in Codex and will be removed.
This patch adds a similar dynamic class to the Vector search
app, to be used for showing/hiding the search button on
focus/blur or hover/leave.

Bug: T316893
Change-Id: I738c0f24dcd06ddeb9179cfedc85ed73a6504f1e
2022-09-01 16:42:11 -04:00

23 lines
528 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`App renders a typeahead search component 1`] = `
<cdx-typeahead-search-stub
accesskey="f"
aria-label="Search MediaWiki"
autoexpandwidth="false"
buttonlabel="searchbutton"
class="vector-typeahead-search"
debounceinterval="120"
formaction=""
highlightquery="true"
id="searchform"
initialinputvalue=""
placeholder="Search MediaWiki"
searchfooterurl=""
searchresults=""
searchresultslabel="searchresults"
showthumbnail="true"
title="search"
/>
`;