Skip to content

Commit

Permalink
refactor: updated test snapshot as it was outdated repro here: https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
espipj committed Jan 6, 2023
1 parent 9ca3dbc commit baa85ac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/reakit/src/Dialog/__tests__/Dialog-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ test("render visible", () => {
expect(baseElement).toMatchInlineSnapshot(`
<body>
<div />
<div
aria-hidden="true"
class="__reakit-focus-trap"
style="position: fixed;"
tabindex="0"
/>
<div
class="__reakit-portal"
>
Expand All @@ -63,12 +57,6 @@ test("render visible", () => {
dialog
</div>
</div>
<div
aria-hidden="true"
class="__reakit-focus-trap"
style="position: fixed;"
tabindex="0"
/>
</body>
`);
});
Expand Down

0 comments on commit baa85ac

Please sign in to comment.