fix(form):fixed an issue where queryFilter controls were abnormally hidden #13204
Annotations
10 errors and 1 warning
tests/demo.tsx#L131
Error: Snapshot `form demos > πΈ renders ./packages/form/src/components/QueryFilter/demos/query-filter-defaultColsNumber.tsx correctly 20` mismatched
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="ant-app"
>
<div>
test
</div>
<form
autocomplete="off"
class="ant-form ant-form-horizontal ant-pro-query-filter ant-pro-form"
>
<input
style="display: none;"
type="text"
/>
<div
class="ant-row ant-row-start ant-pro-query-filter-row"
style="margin-left: -12px; margin-right: -12px;"
>
<div
class="ant-col ant-col-8 ant-pro-query-filter-row-split"
style="padding-left: 12px; padding-right: 12px;"
>
<div
class="ant-form-item"
style="flex-wrap: nowrap;"
>
<div
class="ant-row ant-form-item-row"
>
<div
class="ant-col ant-form-item-label"
style="flex: 0 0 80px;"
>
<label
class=""
for="name"
title="εΊη¨εη§°"
>
εΊη¨εη§°
</label>
</div>
<div
class="ant-col ant-form-item-control"
style="max-width: calc(100% - 80px);"
>
<div
class="ant-form-item-control-input"
>
<div
class="ant-form-item-control-input-content"
>
<span
class="ant-input-affix-wrapper ant-input-affix-wrapper-focused ant-input-outlined"
style="width: 100%;"
>
<input
class="ant-input"
id="name"
placeholder="θ―·θΎε
₯"
type="text"
value=""
/>
<span
class="ant-input-suffix"
>
<span
class="ant-input-clear-icon ant-input-clear-icon-hidden"
role="button"
tabindex="-1"
>
<span
aria-label="close-circle"
class="anticon anticon-close-circle"
role="img"
>
<svg
aria-hidden="true"
data-icon="close-circle"
fill="currentColor"
fill-rule="evenodd"
focusable="false"
height="1em"
viewBox="64 64 896 896"
width="1em"
>
<path
d="M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0
|
tests/list/index.test.tsx#L115
Error: Snapshot `List > π show loading state 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-list ant-list-split ant-list-loading ant-pro-list-container"
>
<div
β― tests/list/index.test.tsx:115:23
|
tests/list/index.test.tsx#L144
Error: Snapshot `List > π only has content 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-list ant-list-split ant-pro-list-container"
>
<div
β― tests/list/index.test.tsx:144:23
|
tests/list/index.test.tsx#L171
Error: Snapshot `List > π only has description 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-list ant-list-split ant-pro-list-container"
>
<div
β― tests/list/index.test.tsx:171:23
|
tests/list/index.test.tsx#L615
Error: Snapshot `List > π ProList support rowClassName as a string 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-list ant-list-split ant-pro-list-container"
>
<div
β― tests/list/index.test.tsx:615:23
|
tests/list/index.test.tsx#L655
Error: Snapshot `List > π ProList support rowClassName as a function 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-list ant-list-split ant-pro-list-container"
>
<div
β― tests/list/index.test.tsx:655:23
|
tests/table/editor-table-two.test.tsx#L1290
Error: Snapshot `EditorProTable 2 > π renderFormItem run defaultRender 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-table-wrapper"
>
<div
β― tests/table/editor-table-two.test.tsx:1290:34
|
tests/table/editor-table-two.test.tsx#L1321
Error: Snapshot `EditorProTable 2 > π columns support editable test 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-table-wrapper"
>
<div
β― tests/table/editor-table-two.test.tsx:1321:34
|
tests/table/editor-table-two.test.tsx#L1374
Error: Snapshot `EditorProTable 2 > π columns initialValue alway work 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-table-wrapper"
>
<div
β― tests/table/editor-table-two.test.tsx:1374:34
|
tests/table/editor-table.test.tsx#L176
Error: Snapshot `EditorProTable > π EditableProTable support recordCreatorProps=false 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
class="ant-pro-card"
>
<div
class="ant-pro-card-body"
- style="padding-block-start: 0;"
+ style="padding: 0px;"
>
<div
class="ant-table-wrapper"
>
<div
β― tests/table/editor-table.test.tsx:176:34
|
The following actions use a deprecated Node.js version 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/
|
This job failed
Loading