Skip to content

Commit

Permalink
Updates HelpDrawer snapshots in the wake of #3210, #2996
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-cmsds committed Aug 29, 2024
1 parent 259c097 commit d98f8c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports[`Drawer renders a dialog 1`] = `
class="ds-c-drawer"
open=""
role="dialog"
style="z-index: 100149; top: 384px;"
tabindex="-1"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ exports[`HelpDrawer renders a snapshot 1`] = `
class="ds-c-help-drawer ds-c-drawer"
open=""
role="dialog"
style="z-index: 100149; top: 384px;"
tabindex="-1"
>
<div
Expand Down Expand Up @@ -108,13 +107,5 @@ exports[`HelpDrawer renders a snapshot 1`] = `
</div>
</div>
</dialog>
<div
class="backdrop"
style="z-index: 100148;"
/>
<div
class="_dialog_overlay"
style="z-index: 100147;"
/>
</DocumentFragment>
`;

0 comments on commit d98f8c3

Please sign in to comment.