Skip to content

Commit 2dcaf5d

Browse files
committed
test: update snap
1 parent fd87f77 commit 2dcaf5d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

antdv-demo

components/list/__tests__/__snapshots__/demo.test.js.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ exports[`renders ./antdv-demo/docs/list/demo/infinite-virtualized-load.md correc
135135
<div class="ant-list ant-list-split">
136136
<div class="ant-spin-nested-loading">
137137
<div class="ant-spin-container">
138-
<div data-v-3eef485a="" class="virtual-scroller" infinite-scroll-distance="10" style="height: 400px;">
139-
<div data-v-3eef485a="" class="item-container">
140-
<div data-v-3eef485a="" class="items"></div>
141-
</div>
142-
<div data-v-b329ee4c="" data-v-3eef485a="" tabindex="-1" class="resize-observer"><object style="display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; pointer-events: none; z-index: -1;" aria-hidden="true" tabindex="-1" type="text/html" data="about:blank"></object></div>
138+
<div class="vue-recycle-scroller direction-vertical" infinite-scroll-distance="10" style="height: 400px;">
139+
<!---->
140+
<div class="vue-recycle-scroller__item-wrapper" style="min-height: 0px;"></div>
141+
<!---->
142+
<div data-v-b329ee4c="" tabindex="-1" class="resize-observer"><object aria-hidden="true" tabindex="-1" type="text/html" data="about:blank"></object></div>
143143
</div>
144144
</div>
145145
</div>

0 commit comments

Comments
 (0)