Skip to content

【WIP】fix(UI): The form verification border should be marked red normally. #181

【WIP】fix(UI): The form verification border should be marked red normally.

【WIP】fix(UI): The form verification border should be marked red normally. #181

Triggered via pull request July 9, 2024 09:37
Status Failure
Total duration 5m 28s
Artifacts

test.yml

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

Annotations

3 errors and 1 warning
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,11 +181,11 @@ > <input aria-invalid="false" autocomplete="off" date-range="end" - placeholder="End date" + placeholder="结束日期" size="12" value="" /> </div> <div ❯ 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/