Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Sep 25, 2024
1 parent 4f7281c commit 55875e6
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions src/popup/__test__/__snapshots__/demo.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -92,26 +92,7 @@ exports[`Popup > Popup baseVue demo works fine 1`] = `
<!---->
</button>
<teleport-stub
data-v-70969ba8=""
disabled="false"
to="[object HTMLBodyElement]"
>
<div
class="t-overlay"
style="z-index: 1000; transition-duration: 300ms; display: none;"
>
<!---->
</div>
<div
class="t-popup t-popup--top"
style="padding: 100px; display: none;"
>
<!--v-if-->
</div>
</teleport-stub>
<!--v-if-->
</div>
`;

Expand Down Expand Up @@ -296,26 +277,7 @@ exports[`Popup > Popup mobileVue demo works fine 1`] = `
<!---->
</button>
<teleport-stub
data-v-70969ba8=""
disabled="false"
to="[object HTMLBodyElement]"
>
<div
class="t-overlay"
style="z-index: 1000; transition-duration: 300ms; display: none;"
>
<!---->
</div>
<div
class="t-popup t-popup--top"
style="padding: 100px; display: none;"
>
<!--v-if-->
</div>
</teleport-stub>
<!--v-if-->
</div>
</div>
Expand Down

0 comments on commit 55875e6

Please sign in to comment.