Skip to content

Commit 43c6528

Browse files
committed
test: update popconfirm snap
1 parent acb4f7b commit 43c6528

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed
Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,46 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`renders ./antdv-demo/docs/popconfirm/demo/basic.md correctly 1`] = `<a href="#" class="">Delete</a>`;
3+
exports[`renders ./antdv-demo/docs/popconfirm/demo/basic.md correctly 1`] = `<!----><a href="#">Delete</a>`;
44

55
exports[`renders ./antdv-demo/docs/popconfirm/demo/dynamic-trigger.md correctly 1`] = `
6-
<div><a href="#" class="">Delete a task</a> <br> <br>
7-
Whether directly execute:<label class="ant-checkbox-wrapper"><span class="ant-checkbox ant-checkbox-checked"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span></label></div>
6+
<div>
7+
<!----><a href="#">Delete a task</a><br><br> Whether directly execute:<label class="ant-checkbox-wrapper ant-checkbox-wrapper-checked"><span class="ant-checkbox ant-checkbox-checked"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span>
8+
<!----></label></div>
89
`;
910
10-
exports[`renders ./antdv-demo/docs/popconfirm/demo/icon.md correctly 1`] = `<a href="#" class="">Delete</a>`;
11+
exports[`renders ./antdv-demo/docs/popconfirm/demo/icon.md correctly 1`] = `<!----><a href="#">Delete</a>`;
1112
12-
exports[`renders ./antdv-demo/docs/popconfirm/demo/local.md correctly 1`] = `<a href="#" class="">Delete</a>`;
13+
exports[`renders ./antdv-demo/docs/popconfirm/demo/local.md correctly 1`] = `<!----><a href="#">Delete</a>`;
1314
1415
exports[`renders ./antdv-demo/docs/popconfirm/demo/placement.md correctly 1`] = `
1516
<div id="components-a-popconfirm-demo-placement">
16-
<div style="margin-left: 70px; white-space: nowrap;"><button type="button" class="ant-btn"><span>TL</span></button> <button type="button" class="ant-btn"><span>Top</span></button> <button type="button" class="ant-btn"><span>TR</span></button></div>
17-
<div style="width: 70px; float: left;"><button type="button" class="ant-btn"><span>LT</span></button> <button type="button" class="ant-btn"><span>Left</span></button> <button type="button" class="ant-btn"><span>LB</span></button></div>
18-
<div style="width: 70px; margin-left: 304px;"><button type="button" class="ant-btn"><span>RT</span></button> <button type="button" class="ant-btn"><span>Right</span></button> <button type="button" class="ant-btn"><span>RB</span></button></div>
19-
<div style="margin-left: 70px; clear: both; white-space: nowrap;"><button type="button" class="ant-btn"><span>BL</span></button> <button type="button" class="ant-btn"><span>Bottom</span></button> <button type="button" class="ant-btn"><span>BR</span></button></div>
17+
<div style="margin-left: 70px; white-space: nowrap;">
18+
<!----><button class="ant-btn" type="button">
19+
<!----><span>TL</span></button>
20+
<!----><button class="ant-btn" type="button">
21+
<!----><span>Top</span></button>
22+
<!----><button class="ant-btn" type="button">
23+
<!----><span>TR</span></button></div>
24+
<div style="width: 70px; float: left;">
25+
<!----><button class="ant-btn" type="button">
26+
<!----><span>LT</span></button>
27+
<!----><button class="ant-btn" type="button">
28+
<!----><span>Left</span></button>
29+
<!----><button class="ant-btn" type="button">
30+
<!----><span>LB</span></button></div>
31+
<div style="width: 70px; margin-left: 304px;">
32+
<!----><button class="ant-btn" type="button">
33+
<!----><span>RT</span></button>
34+
<!----><button class="ant-btn" type="button">
35+
<!----><span>Right</span></button>
36+
<!----><button class="ant-btn" type="button">
37+
<!----><span>RB</span></button></div>
38+
<div style="margin-left: 70px; clear: both; white-space: nowrap;">
39+
<!----><button class="ant-btn" type="button">
40+
<!----><span>BL</span></button>
41+
<!----><button class="ant-btn" type="button">
42+
<!----><span>Bottom</span></button>
43+
<!----><button class="ant-btn" type="button">
44+
<!----><span>BR</span></button></div>
2045
</div>
2146
`;

0 commit comments

Comments
 (0)