|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`Empty should support empty success render 1`] = ` |
4 |
| -{ |
5 |
| - "asFragment": [Function], |
6 |
| - "baseElement": <body> |
7 |
| - <div> |
8 |
| - <div |
9 |
| - class="dtc-empty" |
10 |
| - > |
11 |
| - <div |
12 |
| - class="ant-empty" |
13 |
| - > |
14 |
| - <div |
15 |
| - class="ant-empty-image" |
16 |
| - style="height: 80px;" |
17 |
| - > |
18 |
| - <img |
19 |
| - src="empty_default.png" |
20 |
| - /> |
21 |
| - </div> |
22 |
| - <div |
23 |
| - class="ant-empty-description" |
24 |
| - > |
25 |
| - No Data |
26 |
| - </div> |
27 |
| - </div> |
28 |
| - </div> |
| 3 | +exports[`Empty match snapshots 1`] = ` |
| 4 | +<DocumentFragment> |
| 5 | + <div |
| 6 | + class="ant-empty dtc-empty" |
| 7 | + > |
| 8 | + <div |
| 9 | + class="ant-empty-image" |
| 10 | + > |
| 11 | + <img |
| 12 | + src="empty_default.png" |
| 13 | + /> |
| 14 | + </div> |
| 15 | + <div |
| 16 | + class="ant-empty-description" |
| 17 | + > |
| 18 | + No Data |
| 19 | + </div> |
| 20 | + </div> |
| 21 | +</DocumentFragment> |
| 22 | +`; |
| 23 | + |
| 24 | +exports[`Empty match snapshots 2`] = ` |
| 25 | +<DocumentFragment> |
| 26 | + <div |
| 27 | + class="ant-empty dtc-empty dtc-empty__large" |
| 28 | + > |
| 29 | + <div |
| 30 | + class="ant-empty-image" |
| 31 | + > |
| 32 | + <img |
| 33 | + src="empty_default.png" |
| 34 | + /> |
29 | 35 | </div>
|
30 |
| - </body>, |
31 |
| - "container": <div> |
32 | 36 | <div
|
33 |
| - class="dtc-empty" |
| 37 | + class="ant-empty-description" |
34 | 38 | >
|
35 |
| - <div |
36 |
| - class="ant-empty" |
37 |
| - > |
38 |
| - <div |
39 |
| - class="ant-empty-image" |
40 |
| - style="height: 80px;" |
41 |
| - > |
42 |
| - <img |
43 |
| - src="empty_default.png" |
44 |
| - /> |
45 |
| - </div> |
46 |
| - <div |
47 |
| - class="ant-empty-description" |
48 |
| - > |
49 |
| - No Data |
50 |
| - </div> |
51 |
| - </div> |
| 39 | + No Data |
52 | 40 | </div>
|
53 |
| - </div>, |
54 |
| - "debug": [Function], |
55 |
| - "findAllByAltText": [Function], |
56 |
| - "findAllByDisplayValue": [Function], |
57 |
| - "findAllByLabelText": [Function], |
58 |
| - "findAllByPlaceholderText": [Function], |
59 |
| - "findAllByRole": [Function], |
60 |
| - "findAllByTestId": [Function], |
61 |
| - "findAllByText": [Function], |
62 |
| - "findAllByTitle": [Function], |
63 |
| - "findByAltText": [Function], |
64 |
| - "findByDisplayValue": [Function], |
65 |
| - "findByLabelText": [Function], |
66 |
| - "findByPlaceholderText": [Function], |
67 |
| - "findByRole": [Function], |
68 |
| - "findByTestId": [Function], |
69 |
| - "findByText": [Function], |
70 |
| - "findByTitle": [Function], |
71 |
| - "getAllByAltText": [Function], |
72 |
| - "getAllByDisplayValue": [Function], |
73 |
| - "getAllByLabelText": [Function], |
74 |
| - "getAllByPlaceholderText": [Function], |
75 |
| - "getAllByRole": [Function], |
76 |
| - "getAllByTestId": [Function], |
77 |
| - "getAllByText": [Function], |
78 |
| - "getAllByTitle": [Function], |
79 |
| - "getByAltText": [Function], |
80 |
| - "getByDisplayValue": [Function], |
81 |
| - "getByLabelText": [Function], |
82 |
| - "getByPlaceholderText": [Function], |
83 |
| - "getByRole": [Function], |
84 |
| - "getByTestId": [Function], |
85 |
| - "getByText": [Function], |
86 |
| - "getByTitle": [Function], |
87 |
| - "queryAllByAltText": [Function], |
88 |
| - "queryAllByDisplayValue": [Function], |
89 |
| - "queryAllByLabelText": [Function], |
90 |
| - "queryAllByPlaceholderText": [Function], |
91 |
| - "queryAllByRole": [Function], |
92 |
| - "queryAllByTestId": [Function], |
93 |
| - "queryAllByText": [Function], |
94 |
| - "queryAllByTitle": [Function], |
95 |
| - "queryByAltText": [Function], |
96 |
| - "queryByDisplayValue": [Function], |
97 |
| - "queryByLabelText": [Function], |
98 |
| - "queryByPlaceholderText": [Function], |
99 |
| - "queryByRole": [Function], |
100 |
| - "queryByTestId": [Function], |
101 |
| - "queryByText": [Function], |
102 |
| - "queryByTitle": [Function], |
103 |
| - "rerender": [Function], |
104 |
| - "unmount": [Function], |
105 |
| -} |
| 41 | + </div> |
| 42 | +</DocumentFragment> |
106 | 43 | `;
|
0 commit comments