Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Oct 15, 2020
1 parent 6f8db52 commit b567c1a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13138,6 +13138,7 @@ exports[`ConfigProvider components Drawer configProvider 1`] = `
aria-label="Close"
class="config-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -13199,6 +13200,7 @@ exports[`ConfigProvider components Drawer configProvider componentSize large 1`]
aria-label="Close"
class="config-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -13260,6 +13262,7 @@ exports[`ConfigProvider components Drawer configProvider componentSize middle 1`
aria-label="Close"
class="config-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -13321,6 +13324,7 @@ exports[`ConfigProvider components Drawer configProvider virtual and dropdownMat
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -13382,6 +13386,7 @@ exports[`ConfigProvider components Drawer normal 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -13443,6 +13448,7 @@ exports[`ConfigProvider components Drawer prefixCls 1`] = `
aria-label="Close"
class="prefix-Drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down
9 changes: 9 additions & 0 deletions components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exports[`Drawer className is test_drawer 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -126,6 +127,7 @@ exports[`Drawer destroyOnClose is true 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -192,6 +194,7 @@ exports[`Drawer getContainer return undefined 2`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar: 0px;"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -256,6 +259,7 @@ exports[`Drawer have a footer 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -329,6 +333,7 @@ exports[`Drawer have a title 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -392,6 +397,7 @@ exports[`Drawer render correctly 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -455,6 +461,7 @@ exports[`Drawer render top drawer 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -523,6 +530,7 @@ exports[`Drawer style/drawerStyle/headerStyle/bodyStyle should work 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span
aria-label="close"
Expand Down Expand Up @@ -587,6 +595,7 @@ exports[`Drawer support closeIcon 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar:0px"
type="button"
>
<span>
close
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ exports[`Drawer render correctly 1`] = `
aria-label="Close"
class="ant-drawer-close"
style="--scroll-bar: 0px;"
type="button"
>
<span
aria-label="close"
Expand Down

0 comments on commit b567c1a

Please sign in to comment.