|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 | 3 | exports[`AnalyticalTable Alternate Row Color 1`] = `
|
4 |
| -<div> |
| 4 | +<div |
| 5 | + style="visibility: hidden;" |
| 6 | +> |
5 | 7 | <div
|
6 | 8 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
7 | 9 | >
|
@@ -535,7 +537,9 @@ exports[`AnalyticalTable Alternate Row Color 1`] = `
|
535 | 537 | `;
|
536 | 538 |
|
537 | 539 | exports[`AnalyticalTable Loading - Loader 1`] = `
|
538 |
| -<div> |
| 540 | +<div |
| 541 | + style="visibility: hidden;" |
| 542 | +> |
539 | 543 | <div
|
540 | 544 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
541 | 545 | >
|
@@ -1069,7 +1073,9 @@ exports[`AnalyticalTable Loading - Loader 1`] = `
|
1069 | 1073 | `;
|
1070 | 1074 |
|
1071 | 1075 | exports[`AnalyticalTable Loading - Placeholder 1`] = `
|
1072 |
| -<div> |
| 1076 | +<div |
| 1077 | + style="visibility: hidden;" |
| 1078 | +> |
1073 | 1079 | <div
|
1074 | 1080 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
1075 | 1081 | >
|
@@ -1588,7 +1594,9 @@ exports[`AnalyticalTable Loading - Placeholder 1`] = `
|
1588 | 1594 | `;
|
1589 | 1595 |
|
1590 | 1596 | exports[`AnalyticalTable Tree Table 1`] = `
|
1591 |
| -<div> |
| 1597 | +<div |
| 1598 | + style="visibility: hidden;" |
| 1599 | +> |
1592 | 1600 | <div
|
1593 | 1601 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
1594 | 1602 | >
|
@@ -2301,7 +2309,9 @@ exports[`AnalyticalTable Tree Table 1`] = `
|
2301 | 2309 | `;
|
2302 | 2310 |
|
2303 | 2311 | exports[`AnalyticalTable custom row height 1`] = `
|
2304 |
| -<div> |
| 2312 | +<div |
| 2313 | + style="visibility: hidden;" |
| 2314 | +> |
2305 | 2315 | <div
|
2306 | 2316 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
2307 | 2317 | >
|
@@ -2835,7 +2845,9 @@ exports[`AnalyticalTable custom row height 1`] = `
|
2835 | 2845 | `;
|
2836 | 2846 |
|
2837 | 2847 | exports[`AnalyticalTable render without data 1`] = `
|
2838 |
| -<div> |
| 2848 | +<div |
| 2849 | + style="visibility: hidden;" |
| 2850 | +> |
2839 | 2851 | <div
|
2840 | 2852 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
2841 | 2853 | >
|
@@ -3127,7 +3139,9 @@ exports[`AnalyticalTable render without data 1`] = `
|
3127 | 3139 | `;
|
3128 | 3140 |
|
3129 | 3141 | exports[`AnalyticalTable test Asc desc 1`] = `
|
3130 |
| -<div> |
| 3142 | +<div |
| 3143 | + style="visibility: hidden;" |
| 3144 | +> |
3131 | 3145 | <div
|
3132 | 3146 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
3133 | 3147 | >
|
@@ -3661,7 +3675,9 @@ exports[`AnalyticalTable test Asc desc 1`] = `
|
3661 | 3675 | `;
|
3662 | 3676 |
|
3663 | 3677 | exports[`AnalyticalTable test Asc desc 2`] = `
|
3664 |
| -<div> |
| 3678 | +<div |
| 3679 | + style="visibility: hidden;" |
| 3680 | +> |
3665 | 3681 | <div
|
3666 | 3682 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
3667 | 3683 | >
|
@@ -4195,7 +4211,9 @@ exports[`AnalyticalTable test Asc desc 2`] = `
|
4195 | 4211 | `;
|
4196 | 4212 |
|
4197 | 4213 | exports[`AnalyticalTable test Asc desc 3`] = `
|
4198 |
| -<div> |
| 4214 | +<div |
| 4215 | + style="visibility: hidden;" |
| 4216 | +> |
4199 | 4217 | <div
|
4200 | 4218 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
4201 | 4219 | >
|
@@ -4729,7 +4747,9 @@ exports[`AnalyticalTable test Asc desc 3`] = `
|
4729 | 4747 | `;
|
4730 | 4748 |
|
4731 | 4749 | exports[`AnalyticalTable test drag and drop of a draggable column 1`] = `
|
4732 |
| -<div> |
| 4750 | +<div |
| 4751 | + style="visibility: hidden;" |
| 4752 | +> |
4733 | 4753 | <div
|
4734 | 4754 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
4735 | 4755 | >
|
@@ -5263,7 +5283,9 @@ exports[`AnalyticalTable test drag and drop of a draggable column 1`] = `
|
5263 | 5283 | `;
|
5264 | 5284 |
|
5265 | 5285 | exports[`AnalyticalTable with highlight row 1`] = `
|
5266 |
| -<div> |
| 5286 | +<div |
| 5287 | + style="visibility: hidden;" |
| 5288 | +> |
5267 | 5289 | <div
|
5268 | 5290 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
5269 | 5291 | >
|
@@ -5931,7 +5953,9 @@ exports[`AnalyticalTable with highlight row 1`] = `
|
5931 | 5953 | `;
|
5932 | 5954 |
|
5933 | 5955 | exports[`AnalyticalTable without selection Column 1`] = `
|
5934 |
| -<div> |
| 5956 | +<div |
| 5957 | + style="visibility: hidden;" |
| 5958 | +> |
5935 | 5959 | <div
|
5936 | 5960 | style="min-height: 1.5rem; display: flex; align-items: center;"
|
5937 | 5961 | >
|
|
0 commit comments