Skip to content

[Feature Branch] Bump antd from 5.18.3 to 5.19.1 #178

[Feature Branch] Bump antd from 5.18.3 to 5.19.1

[Feature Branch] Bump antd from 5.18.3 to 5.19.1 #178

Triggered via pull request July 8, 2024 18:05
Status Failure
Total duration 5m 30s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
src/list/__tests__/index.test.tsx > List > render: 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
src/list/__tests__/index.test.tsx > List > hideOnSinglePage should be false by default: 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
src/list/__tests__/index.test.tsx > List > hideOnSinglePage could be changed: 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
src/modal/__tests__/progress.test.tsx > Modal.Progress > render with progress.percent: 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
src/modal/__tests__/progress.test.tsx > Modal.Progress > render with progress.status: 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
src/modal/__tests__/progress.test.tsx > Modal.Progress > render without description: 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
src/PageContainer/__tests__/index.test.tsx > PageContainer > extra and footer: 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
src/ProTable/__tests__/index.test.tsx > ProTable > ConfigProvider pagination should work: 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
test (16.x, ubuntu-latest)
Process completed with exit code 1.
test (16.x, ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/