Skip to content

Commit

Permalink
reverted snap
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Sep 16, 2024
1 parent d4e65cd commit 637c415
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/Dropdown/src/__snapshots__/Dropdown.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

exports[`Dropdown It should render without error and a snapshot 1`] = `
<body>
<div
data-floating-ui-inert=""
>
<div>
<div
aria-controls=":r0:"
aria-expanded="true"
Expand Down Expand Up @@ -41,7 +39,6 @@ exports[`Dropdown It should render without error and a snapshot 1`] = `
>
<span
data-floating-ui-focus-guard=""
data-floating-ui-inert=""
data-type="inside"
role="button"
style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: fixed; white-space: nowrap; width: 1px; top: 0px; left: 0px;"
Expand All @@ -54,7 +51,7 @@ exports[`Dropdown It should render without error and a snapshot 1`] = `
id=":r0:"
role="listbox"
style="position: fixed; top: 0px; left: 0px; opacity: 0; transform: translateY(1rem);"
tabindex="-1"
tabindex="0"
>
<div
class="ids-dropdown__scroll-content"
Expand All @@ -64,7 +61,6 @@ exports[`Dropdown It should render without error and a snapshot 1`] = `
</div>
<span
data-floating-ui-focus-guard=""
data-floating-ui-inert=""
data-type="inside"
role="button"
style="border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: fixed; white-space: nowrap; width: 1px; top: 0px; left: 0px;"
Expand Down

0 comments on commit 637c415

Please sign in to comment.