Skip to content

Commit

Permalink
test: update snap (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 31, 2020
1 parent 2a732c3 commit 9eeb746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions tests/__snapshots__/Select.test.tsx.snap
Expand Up @@ -30,7 +30,7 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
<div>
<div
class="rc-select-dropdown"
style="opacity:0"
style="opacity:0;pointer-events:none"
>
<div>
<div
Expand Down Expand Up @@ -156,7 +156,7 @@ exports[`Select.Basic filterOption could be true as described in default value 1
<div>
<div
class="rc-select-dropdown"
style="opacity: 0; min-width: 0; width: 0px;"
style="opacity: 0; pointer-events: none; min-width: 0; width: 0px;"
>
<div>
<div
Expand Down Expand Up @@ -484,7 +484,7 @@ exports[`Select.Basic render renders dropdown correctly 1`] = `
<div>
<div
class="antd-dropdown"
style="opacity:0"
style="opacity:0;pointer-events:none"
>
<div>
<div
Expand Down Expand Up @@ -652,7 +652,7 @@ exports[`Select.Basic render renders role prop correctly 1`] = `
autocomplete="off"
class="antd-selection-search-input"
readonly=""
role="combobox"
role="button"
style="opacity:0"
unselectable="on"
value=""
Expand Down Expand Up @@ -726,7 +726,7 @@ exports[`Select.Basic should contain falsy children 1`] = `
<div>
<div
class="rc-select-dropdown"
style="opacity:0"
style="opacity:0;pointer-events:none"
>
<div>
<div
Expand Down Expand Up @@ -860,7 +860,7 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
<div>
<div
class="rc-select-dropdown"
style="opacity: 0; min-width: 0; width: 0px;"
style="opacity: 0; pointer-events: none; min-width: 0; width: 0px;"
>
<div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/Tags.test.tsx.snap
Expand Up @@ -78,7 +78,7 @@ exports[`Select.Tags OptGroup renders correctly 1`] = `
<div>
<div
class="rc-select-dropdown"
style="opacity: 0; min-width: 0; width: 0px;"
style="opacity: 0; pointer-events: none; min-width: 0; width: 0px;"
>
<div>
<div
Expand Down

1 comment on commit 9eeb746

@vercel
Copy link

@vercel vercel bot commented on 9eeb746 Aug 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.