Skip to content

[Feature Branch] fix(UI): The form verification border should be marked red normally. #257

[Feature Branch] fix(UI): The form verification border should be marked red normally.

[Feature Branch] fix(UI): The form verification border should be marked red normally. #257

Triggered via pull request August 12, 2024 06:00
Status Failure
Total duration 5m 33s
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,14 +76,14 @@ <div> Footer </div> </div> <div - class="ant-list-pagination ant-list-pagination-align-end" + class="ant-list-pagination" > <ul - class="ant-pagination" + class="ant-pagination ant-pagination-end" > <li aria-disabled="true" class="ant-pagination-prev ant-pagination-disabled" title="Previous Page" ❯ 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,14 +76,14 @@ <div> Footer </div> </div> <div - class="ant-list-pagination ant-list-pagination-align-end" + class="ant-list-pagination" > <ul - class="ant-pagination" + class="ant-pagination ant-pagination-end" > <li aria-disabled="true" class="ant-pagination-prev ant-pagination-disabled" title="Previous Page" ❯ 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/table/__tests__/index.test.tsx > Table > default empty should work: packages/design/src/table/__tests__/index.test.tsx#L90
Error: Snapshot `Table > default empty should work 1` mismatched - Expected + Received @@ -64,10 +64,13 @@ height="41" viewBox="0 0 64 41" width="64" xmlns="http://www.w3.org/2000/svg" > + <title> + Simple Empty + </title> <g fill="none" fill-rule="evenodd" transform="translate(0 1)" > ❯ src/table/__tests__/index.test.tsx:90: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 @@ -188,11 +188,11 @@ 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
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/