Skip to content

Commit 97eafdc

Browse files
committed
test: update snapshot
1 parent 62bfa53 commit 97eafdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/__snapshots__/index.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ exports[`Cascader.Basic should not show title when title is falsy 1`] = `
6363
exports[`Cascader.Basic should render custom dropdown correctly 1`] = `
6464
<div
6565
class="rc-cascader-dropdown"
66-
style="opacity: 0; pointer-events: none; min-width: auto;"
66+
style="opacity: 0; min-width: auto;"
6767
>
6868
<div>
6969
<div

tests/__snapshots__/private.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ exports[`Cascader.Private dropdownPrefixCls 1`] = `
3737
<div>
3838
<div
3939
class="bamboo-dropdown"
40-
style="opacity: 0; pointer-events: none; min-width: auto;"
40+
style="opacity: 0; min-width: auto;"
4141
>
4242
<div>
4343
<div

tests/__snapshots__/search.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports[`Cascader.Search should correct render Cascader with same field name of
3232
<div>
3333
<div
3434
class="rc-cascader-dropdown"
35-
style="opacity: 0; pointer-events: none; min-width: 0;"
35+
style="opacity: 0; min-width: 0;"
3636
>
3737
<div>
3838
<div

0 commit comments

Comments
 (0)