Skip to content

Commit

Permalink
chore(@clayui/drop-down): regen snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Aug 16, 2024
1 parent c9a9e83 commit d2610ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

exports[`ClayDropDownWithDrilldown renders 1`] = `
<body>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div>
<div
class="dropdown"
>
Expand Down Expand Up @@ -216,10 +213,7 @@ exports[`ClayDropDownWithDrilldown renders 1`] = `

exports[`ClayDropDownWithDrilldown renders dividers 1`] = `
<body>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div>
<div
class="dropdown"
>
Expand Down
20 changes: 4 additions & 16 deletions packages/clay-drop-down/src/__tests__/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

exports[`ClayDropDown renders dropdown menu when clicked 1`] = `
<body>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div>
<div
class="dropdown"
>
Expand Down Expand Up @@ -77,10 +74,7 @@ exports[`ClayDropDown renders dropdown menu when clicked 1`] = `

exports[`ClayDropDown renders with groups 1`] = `
<body>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div>
<div
class="dropdown"
>
Expand Down Expand Up @@ -224,10 +218,7 @@ exports[`ClayDropDown renders with groups 1`] = `

exports[`ClayDropDown renders with icons 1`] = `
<body>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div>
<div
class="dropdown"
>
Expand Down Expand Up @@ -344,10 +335,7 @@ exports[`ClayDropDown renders with icons 1`] = `

exports[`ClayDropDown renders with search input 1`] = `
<body>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div>
<div
class="dropdown"
>
Expand Down

0 comments on commit d2610ef

Please sign in to comment.