mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
55 lines
2.4 KiB
Plaintext
55 lines
2.4 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<AlertGroupCollapseConfiguration /> matches snapshot with default values 1`] = `
|
|
"
|
|
<div class=\\"form-group mb-0\\">
|
|
<div class=\\" css-2b097c-container\\">
|
|
<div class=\\"react-select__control css-r5n82u-control\\">
|
|
<div class=\\"react-select__value-container react-select__value-container--has-value css-1ne8613-ValueContainer\\">
|
|
<div class=\\"react-select__single-value css-1wh03ml-singleValue\\">
|
|
Collapse on mobile
|
|
</div>
|
|
<div class=\\"css-ps6ina-Input\\">
|
|
<div class=\\"react-select__input\\"
|
|
style=\\"display: inline-block;\\"
|
|
>
|
|
<input autocapitalize=\\"none\\"
|
|
autocomplete=\\"off\\"
|
|
autocorrect=\\"off\\"
|
|
id=\\"react-select-configuration-collapse-input\\"
|
|
spellcheck=\\"false\\"
|
|
tabindex=\\"0\\"
|
|
type=\\"text\\"
|
|
aria-autocomplete=\\"list\\"
|
|
style=\\"box-sizing: content-box; width: 2px; border: 0px; font-size: inherit; opacity: 1; outline: 0; padding: 0px;\\"
|
|
value
|
|
>
|
|
<div style=\\"position: absolute; top: 0px; left: 0px; visibility: hidden; height: 0px; overflow: scroll; white-space: pre; font-size: inherit; font-family: -webkit-small-control; letter-spacing: normal; text-transform: none;\\">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class=\\"react-select__indicators css-vcwr3k-IndicatorsContainer\\">
|
|
<span class=\\"react-select__indicator-separator css-1okebmr-indicatorSeparator\\">
|
|
</span>
|
|
<div aria-hidden=\\"true\\"
|
|
class=\\"react-select__indicator react-select__dropdown-indicator css-tlfecz-indicatorContainer\\"
|
|
>
|
|
<svg height=\\"20\\"
|
|
width=\\"20\\"
|
|
viewbox=\\"0 0 20 20\\"
|
|
aria-hidden=\\"true\\"
|
|
focusable=\\"false\\"
|
|
class=\\"css-6q0nyr-Svg\\"
|
|
>
|
|
<path d=\\"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z\\">
|
|
</path>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
"
|
|
`;
|