[Feature Branch] Bump antd from 5.18.3 to 5.19.0 #177
Annotations
9 errors and 1 warning
packages/design/src/list/__tests__/index.test.tsx#L31
Error: Snapshot `List > render 1` mismatched
- Expected
+ Received
@@ -76,11 +76,11 @@
<div>
Footer
</div>
</div>
<div
- class="ant-list-pagination ant-list-pagination-align-end"
+ class="ant-list-pagination"
>
<ul
class="ant-pagination"
>
<li
❯ src/list/__tests__/index.test.tsx:31:37
|
packages/design/src/list/__tests__/index.test.tsx#L37
Error: Snapshot `List > hideOnSinglePage should be false by default 1` mismatched
- Expected
+ Received
@@ -76,11 +76,11 @@
<div>
Footer
</div>
</div>
<div
- class="ant-list-pagination ant-list-pagination-align-end"
+ class="ant-list-pagination"
>
<ul
class="ant-pagination"
>
<li
❯ src/list/__tests__/index.test.tsx:37:37
|
packages/design/src/list/__tests__/index.test.tsx#L50
Error: Snapshot `List > hideOnSinglePage could be changed 1` mismatched
- Expected
+ Received
@@ -76,8 +76,8 @@
<div>
Footer
</div>
</div>
<div
- class="ant-list-pagination ant-list-pagination-align-end"
+ class="ant-list-pagination"
/>
</div>
❯ src/list/__tests__/index.test.tsx:50:37
|
packages/design/src/modal/__tests__/progress.test.tsx#L49
Error: Snapshot `Modal.Progress > render with progress.percent 1` mismatched
- Expected
+ Received
@@ -71,10 +71,12 @@
</div>
<div
class="ant-modal-body"
>
<div
+ aria-valuemax="100"
+ aria-valuemin="0"
aria-valuenow="60"
class="ant-progress ant-progress-status-normal ant-progress-circle ant-progress-show-info"
role="progressbar"
>
<div
❯ src/modal/__tests__/progress.test.tsx:49:37
|
packages/design/src/modal/__tests__/progress.test.tsx#L62
Error: Snapshot `Modal.Progress > render with progress.status 1` mismatched
- Expected
+ Received
@@ -71,10 +71,12 @@
</div>
<div
class="ant-modal-body"
>
<div
+ aria-valuemax="100"
+ aria-valuemin="0"
aria-valuenow="0"
class="ant-progress ant-progress-status-exception ant-progress-circle ant-progress-show-info"
role="progressbar"
>
<div
❯ src/modal/__tests__/progress.test.tsx:62:37
|
packages/design/src/modal/__tests__/progress.test.tsx#L69
Error: Snapshot `Modal.Progress > render without description 1` mismatched
- Expected
+ Received
@@ -71,10 +71,12 @@
</div>
<div
class="ant-modal-body"
>
<div
+ aria-valuemax="100"
+ aria-valuemin="0"
aria-valuenow="0"
class="ant-progress ant-progress-status-normal ant-progress-circle ant-progress-show-info"
role="progressbar"
>
<div
❯ src/modal/__tests__/progress.test.tsx:69:37
|
packages/ui/src/PageContainer/__tests__/index.test.tsx#L14
Error: Snapshot `PageContainer > extra and footer 1` mismatched
- Expected
+ Received
@@ -141,11 +141,11 @@
>
<input
aria-invalid="false"
autocomplete="off"
date-range="start"
- placeholder="Start date"
+ placeholder="开始日期"
size="12"
value=""
/>
</div>
<div
@@ -181,18 +181,18 @@
>
<input
aria-invalid="false"
autocomplete="off"
date-range="end"
- placeholder="End date"
+ placeholder="结束日期"
size="12"
value=""
/>
</div>
<div
class="ant-picker-active-bar"
- style="position: absolute; width: 0px; left: 0px;"
+ style="position: absolute; width: 0px;"
/>
<span
class="ant-picker-suffix"
>
<span
❯ src/PageContainer/__tests__/index.test.tsx:14:37
|
packages/ui/src/ProTable/__tests__/index.test.tsx#L78
Error: Snapshot `ProTable > ConfigProvider pagination should work 1` mismatched
- Expected
+ Received
@@ -710,11 +710,11 @@
class="ant-pagination ant-table-pagination ant-table-pagination-right"
>
<li
aria-disabled="true"
class="ant-pagination-prev ant-pagination-disabled"
- title="上一页"
+ title="Previous Page"
>
<button
class="ant-pagination-item-link"
disabled=""
tabindex="-1"
@@ -797,11 +797,11 @@
</a>
</li>
<li
class="ant-pagination-jump-next ant-pagination-jump-next-custom-icon"
tabindex="0"
- title="向后 5 页"
+ title="Next 5 Pages"
>
<a
class="ant-pagination-item-link"
>
<div
@@ -847,11 +847,11 @@
</li>
<li
aria-disabled="false"
class="ant-pagination-next"
tabindex="0"
- title="下一页"
+ title="Next Page"
>
<button
class="ant-pagination-item-link"
tabindex="-1"
type="button"
❯ src/ProTable/__tests__/index.test.tsx:78:37
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading