Skip to content

Commit

Permalink
remove obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Lazarev committed Sep 18, 2023
1 parent 202630a commit dc65590
Showing 1 changed file with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,64 +72,6 @@ DOMWrapper {
}
`;

exports[`EcTextFilter should render correct icon when modelValue is not undefined 1`] = `
DOMWrapper {
"isDisabled": [Function],
"wrapperElement": <div
class="ec-input-field__icon-wrapper ec-input-field__icon-wrapper--right"
data-test="ec-input-field__icon-wrapper"
>
<svg
class="ec-icon ec-input-field__icon"
data-test="ec-input-field__icon"
height="20"
width="20"
>
<use
xlink:href="#ec-simple-close"
/>
</svg>
</div>,
}
`;

exports[`EcTextFilter should render correct icon when typing 1`] = `
<div
class="ec-text-filter"
data-test="ec-text-filter"
>
<div
class="ec-input-field"
data-test="ec-input-field"
>
<!--v-if-->
<input
class="ec-input-field__input ec-input-field__input--has-left-icon"
data-test="ec-input-field__input"
id="ec-input-field-1"
type="text"
/>
<div
class="ec-input-field__icon-wrapper ec-input-field__icon-wrapper--left"
data-test="ec-input-field__left-icon-wrapper"
>
<svg
class="ec-icon ec-input-field__icon"
data-test="ec-input-field__left-icon"
height="20"
width="20"
>
<use
xlink:href="#ec-simple-search"
/>
</svg>
</div>
<!--v-if-->
<!--v-if-->
</div>
</div>
`;

exports[`EcTextFilter should render with a sensitive class when isSensitive prop is set to true 1`] = `
<div
class="ec-text-filter"
Expand Down

0 comments on commit dc65590

Please sign in to comment.