Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
snapshots updated for antd
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 9, 2020
1 parent d2c1f3b commit 33f2a25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/__tests__/__snapshots__/settingDrawer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ exports[`settingDrawer.test base user 1`] = `
>
<span
class="ant-select-selection-search"
title="流式"
>
<input
aria-activedescendant="undefined_list_0"
Expand All @@ -178,6 +177,7 @@ exports[`settingDrawer.test base user 1`] = `
</span>
<span
class="ant-select-selection-item"
title="流式"
>
流式
</span>
Expand Down Expand Up @@ -721,7 +721,6 @@ exports[`settingDrawer.test hideColors = true 1`] = `
>
<span
class="ant-select-selection-search"
title="流式"
>
<input
aria-activedescendant="undefined_list_0"
Expand All @@ -740,6 +739,7 @@ exports[`settingDrawer.test hideColors = true 1`] = `
</span>
<span
class="ant-select-selection-item"
title="流式"
>
流式
</span>
Expand Down Expand Up @@ -1321,7 +1321,6 @@ exports[`settingDrawer.test hideCopyButton = true 1`] = `
>
<span
class="ant-select-selection-search"
title="流式"
>
<input
aria-activedescendant="undefined_list_0"
Expand All @@ -1340,6 +1339,7 @@ exports[`settingDrawer.test hideCopyButton = true 1`] = `
</span>
<span
class="ant-select-selection-item"
title="流式"
>
流式
</span>
Expand Down Expand Up @@ -1893,7 +1893,6 @@ exports[`settingDrawer.test hideHintAlert = true 1`] = `
>
<span
class="ant-select-selection-search"
title="流式"
>
<input
aria-activedescendant="undefined_list_0"
Expand All @@ -1912,6 +1911,7 @@ exports[`settingDrawer.test hideHintAlert = true 1`] = `
</span>
<span
class="ant-select-selection-item"
title="流式"
>
流式
</span>
Expand Down Expand Up @@ -2459,7 +2459,6 @@ exports[`settingDrawer.test hideLoading = true 1`] = `
>
<span
class="ant-select-selection-search"
title="流式"
>
<input
aria-activedescendant="undefined_list_0"
Expand All @@ -2478,6 +2477,7 @@ exports[`settingDrawer.test hideLoading = true 1`] = `
</span>
<span
class="ant-select-selection-item"
title="流式"
>
流式
</span>
Expand Down Expand Up @@ -3059,7 +3059,6 @@ exports[`settingDrawer.test settings = undefined 1`] = `
>
<span
class="ant-select-selection-search"
title="流式"
>
<input
aria-activedescendant="undefined_list_0"
Expand All @@ -3078,6 +3077,7 @@ exports[`settingDrawer.test settings = undefined 1`] = `
</span>
<span
class="ant-select-selection-item"
title="流式"
>
流式
</span>
Expand Down

0 comments on commit 33f2a25

Please sign in to comment.