Skip to content

Commit

Permalink
test(snap): update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ontheroad1992 committed Jul 11, 2023
1 parent f2994f4 commit 051322b
Showing 1 changed file with 66 additions and 124 deletions.
190 changes: 66 additions & 124 deletions test/snap/__snapshots__/csr.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -240636,7 +240636,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
/>
<div>
<div
class="t-table"
class="t-table t-table--loading"
style="position: relative;"
>
<div
Expand Down Expand Up @@ -240735,21 +240735,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
</thead>
<tbody
class="t-table__body"
>
<tr
class="t-table__empty-row"
>
<td
colspan="5"
>
<div
class="t-table__empty"
>
Empty Data
</div>
</td>
</tr>
</tbody>
/>
</table>
</div>
<div
Expand All @@ -240765,7 +240751,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
<div
class="t-pagination__total"
>
Total 120 items
Total 0 items
</div>
<div
class="t-pagination__select"
Expand Down Expand Up @@ -240847,51 +240833,9 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
>
1
</li>
<li
class="t-pagination__number"
>
2
</li>
<li
class="t-pagination__number"
>
3
</li>
<li
class="t-pagination__number"
>
4
</li>
<li
class="t-pagination__number"
>
5
</li>
<li
class="t-pagination__number t-pagination__number--more"
>
<svg
class="t-icon t-icon-ellipsis"
fill="none"
height="1em"
viewBox="0 0 16 16"
width="1em"
>
<path
d="M3 9a1 1 0 110-2 1 1 0 010 2zM7 8a1 1 0 102 0 1 1 0 00-2 0zM12 8a1 1 0 102 0 1 1 0 00-2 0z"
fill="currentColor"
fill-opacity="0.9"
/>
</svg>
</li>
<li
class="t-pagination__number"
>
24
</li>
</ul>
<div
class="t-pagination__btn t-pagination__btn-next"
class="t-pagination__btn t-pagination__btn-next t-is-disabled"
>
<svg
class="t-icon t-icon-chevron-right"
Expand Down Expand Up @@ -240940,7 +240884,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
<span
class="t-input-adornment__text"
>
/ 24
/ 1
</span>
</span>
</div>
Expand All @@ -240954,13 +240898,40 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
/>
<div
class="t-portal-wrapper"
/>
>
<div
class="t-loading t-loading--center t-size-s t-loading--full t-loading__overlay"
>
<svg
class="t-loading__gradient t-icon-loading"
height="1em"
version="1.1"
viewBox="0 0 12 12"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<foreignobject
height="12"
width="12"
x="0"
y="0"
>
<div
class="t-loading__gradient-conic"
/>
</foreignobject>
</svg>
<div
class="t-loading__text"
/>
</div>
</div>
</div>
</div>
</body>,
"container": <div>
<div
class="t-table"
class="t-table t-table--loading"
style="position: relative;"
>
<div
Expand Down Expand Up @@ -241059,21 +241030,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
</thead>
<tbody
class="t-table__body"
>
<tr
class="t-table__empty-row"
>
<td
colspan="5"
>
<div
class="t-table__empty"
>
Empty Data
</div>
</td>
</tr>
</tbody>
/>
</table>
</div>
<div
Expand All @@ -241089,7 +241046,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
<div
class="t-pagination__total"
>
Total 120 items
Total 0 items
</div>
<div
class="t-pagination__select"
Expand Down Expand Up @@ -241171,51 +241128,9 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
>
1
</li>
<li
class="t-pagination__number"
>
2
</li>
<li
class="t-pagination__number"
>
3
</li>
<li
class="t-pagination__number"
>
4
</li>
<li
class="t-pagination__number"
>
5
</li>
<li
class="t-pagination__number t-pagination__number--more"
>
<svg
class="t-icon t-icon-ellipsis"
fill="none"
height="1em"
viewBox="0 0 16 16"
width="1em"
>
<path
d="M3 9a1 1 0 110-2 1 1 0 010 2zM7 8a1 1 0 102 0 1 1 0 00-2 0zM12 8a1 1 0 102 0 1 1 0 00-2 0z"
fill="currentColor"
fill-opacity="0.9"
/>
</svg>
</li>
<li
class="t-pagination__number"
>
24
</li>
</ul>
<div
class="t-pagination__btn t-pagination__btn-next"
class="t-pagination__btn t-pagination__btn-next t-is-disabled"
>
<svg
class="t-icon t-icon-chevron-right"
Expand Down Expand Up @@ -241264,7 +241179,7 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
<span
class="t-input-adornment__text"
>
/ 24
/ 1
</span>
</span>
</div>
Expand All @@ -241278,7 +241193,34 @@ exports[`csr snapshot test > csr test src/table/_example/pagination-ajax.jsx 1`]
/>
<div
class="t-portal-wrapper"
/>
>
<div
class="t-loading t-loading--center t-size-s t-loading--full t-loading__overlay"
>
<svg
class="t-loading__gradient t-icon-loading"
height="1em"
version="1.1"
viewBox="0 0 12 12"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<foreignobject
height="12"
width="12"
x="0"
y="0"
>
<div
class="t-loading__gradient-conic"
/>
</foreignobject>
</svg>
<div
class="t-loading__text"
/>
</div>
</div>
</div>
</div>,
"debug": [Function],
Expand Down

0 comments on commit 051322b

Please sign in to comment.