2018-05-23 08:07:02 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Search should show cross icon when input value exists 1`] = `
|
2018-05-23 08:48:45 +00:00
|
|
|
<div>
|
|
|
|
<input value="" placeholder="" type="text" class="ant-input"><span class="undefined-action"><i class="anticon anticon-search"></i></span></div>
|
2018-05-23 08:07:02 +00:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Search should show cross icon when input value exists 2`] = `
|
2018-05-23 08:48:45 +00:00
|
|
|
<div>
|
|
|
|
<input value="a" placeholder="" type="text" class="ant-input">
|
|
|
|
<a href="#" class="undefined-action">
|
|
|
|
<i class="anticon anticon-cross-circle"></i>
|
|
|
|
</a>
|
|
|
|
</div>
|
2018-05-23 08:07:02 +00:00
|
|
|
`;
|