Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 20, 2022
1 parent 62bfa53 commit 97eafdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`Cascader.Basic should not show title when title is falsy 1`] = `
exports[`Cascader.Basic should render custom dropdown correctly 1`] = `
<div
class="rc-cascader-dropdown"
style="opacity: 0; pointer-events: none; min-width: auto;"
style="opacity: 0; min-width: auto;"
>
<div>
<div
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/private.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports[`Cascader.Private dropdownPrefixCls 1`] = `
<div>
<div
class="bamboo-dropdown"
style="opacity: 0; pointer-events: none; min-width: auto;"
style="opacity: 0; min-width: auto;"
>
<div>
<div
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/search.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`Cascader.Search should correct render Cascader with same field name of
<div>
<div
class="rc-cascader-dropdown"
style="opacity: 0; pointer-events: none; min-width: 0;"
style="opacity: 0; min-width: 0;"
>
<div>
<div
Expand Down

1 comment on commit 97eafdc

@vercel
Copy link

@vercel vercel bot commented on 97eafdc May 20, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cascader – ./

cascader-react-component.vercel.app
cascader-git-master-react-component.vercel.app

Please sign in to comment.