Skip to content

Commit 4b52141

Browse files
committed
Fix up test
1 parent c367c99 commit 4b52141

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/__tests__/__snapshots__/AnchoredOverlay.test.tsx.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
216216
style="top: 4px; left: 0px; --styled-overlay-visibility: visible;"
217217
width="auto"
218218
>
219-
<span
220-
aria-hidden="true"
221-
class="sentinel"
222-
tabindex="0"
223-
/>
224219
<button
225220
class="focus-visible"
226221
data-focus-visible-added=""
@@ -229,11 +224,6 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
229224
>
230225
Focusable Child
231226
</button>
232-
<span
233-
aria-hidden="true"
234-
class="sentinel"
235-
tabindex="0"
236-
/>
237227
</div>
238228
</div>
239229
</div>

0 commit comments

Comments
 (0)