Skip to content

improve(ui): ProTable follow Table style in no padding Card #672

improve(ui): ProTable follow Table style in no padding Card

improve(ui): ProTable follow Table style in no padding Card #672

Triggered via pull request January 17, 2025 08:58
Status Failure
Total duration 3m 0s
Artifacts

test.yml

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

Annotations

4 errors and 1 warning
src/ProTable/__tests__/index.test.tsx > ProTable > render: packages/ui/src/ProTable/__tests__/index.test.tsx#L51
Error: Snapshot `ProTable > render 1` mismatched - Expected + Received @@ -346,11 +346,11 @@ </div> </div> </form> </div> <div - class="ant-pro-card" + class="ant-pro-card ant-pro-card-no-divider ant-pro-card-no-padding" > <div class="ant-pro-card-body" style="padding-block-start: 0;" > ❯ src/ProTable/__tests__/index.test.tsx:51:37
src/ProTable/__tests__/index.test.tsx > ProTable > default pagination should work: packages/ui/src/ProTable/__tests__/index.test.tsx#L65
Error: Snapshot `ProTable > default pagination should work 1` mismatched - Expected + Received @@ -346,11 +346,11 @@ </div> </div> </form> </div> <div - class="ant-pro-card" + class="ant-pro-card ant-pro-card-no-divider ant-pro-card-no-padding" > <div class="ant-pro-card-body" style="padding-block-start: 0;" > ❯ src/ProTable/__tests__/index.test.tsx:65:37
src/ProTable/__tests__/index.test.tsx > ProTable > ConfigProvider pagination should work: packages/ui/src/ProTable/__tests__/index.test.tsx#L83
Error: Snapshot `ProTable > ConfigProvider pagination should work 1` mismatched - Expected + Received @@ -346,11 +346,11 @@ </div> </div> </form> </div> <div - class="ant-pro-card" + class="ant-pro-card ant-pro-card-no-divider ant-pro-card-no-padding" > <div class="ant-pro-card-body" style="padding-block-start: 0;" > ❯ src/ProTable/__tests__/index.test.tsx:83:37
test (16.x, ubuntu-latest)
Process completed with exit code 1.
test (16.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636