Skip to content

Commit e688eba

Browse files
committed
test: update snapshot
1 parent 2c20ecc commit e688eba

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

tests/__snapshots__/ExpandRow.spec.jsx.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ LoadedCheerio {
189189
aria-hidden="true"
190190
class="rc-table-measure-row"
191191
style="height: 0px;"
192+
tabindex="-1"
192193
>
193194
<td
194195
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -374,6 +375,7 @@ LoadedCheerio {
374375
aria-hidden="true"
375376
class="rc-table-measure-row"
376377
style="height: 0px;"
378+
tabindex="-1"
377379
>
378380
<td
379381
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -677,6 +679,7 @@ LoadedCheerio {
677679
aria-hidden="true"
678680
class="rc-table-measure-row"
679681
style="height: 0px;"
682+
tabindex="-1"
680683
>
681684
<td
682685
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -1231,6 +1234,7 @@ LoadedCheerio {
12311234
aria-hidden="true"
12321235
class="rc-table-measure-row"
12331236
style="height: 0px;"
1237+
tabindex="-1"
12341238
>
12351239
<td
12361240
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -1419,6 +1423,7 @@ LoadedCheerio {
14191423
aria-hidden="true"
14201424
class="rc-table-measure-row"
14211425
style="height: 0px;"
1426+
tabindex="-1"
14221427
>
14231428
<td
14241429
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"

tests/__snapshots__/FixedColumn.spec.tsx.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ LoadedCheerio {
124124
aria-hidden="true"
125125
class="rc-table-measure-row"
126126
style="height: 0px;"
127+
tabindex="-1"
127128
>
128129
<td
129130
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -948,6 +949,7 @@ LoadedCheerio {
948949
aria-hidden="true"
949950
class="rc-table-measure-row"
950951
style="height: 0px;"
952+
tabindex="-1"
951953
>
952954
<td
953955
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -1767,6 +1769,7 @@ LoadedCheerio {
17671769
aria-hidden="true"
17681770
class="rc-table-measure-row"
17691771
style="height: 0px;"
1772+
tabindex="-1"
17701773
>
17711774
<td
17721775
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -2110,6 +2113,7 @@ LoadedCheerio {
21102113
aria-hidden="true"
21112114
class="rc-table-measure-row"
21122115
style="height: 0px;"
2116+
tabindex="-1"
21132117
>
21142118
<td
21152119
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -2962,6 +2966,7 @@ LoadedCheerio {
29622966
aria-hidden="true"
29632967
class="rc-table-measure-row"
29642968
style="height: 0px;"
2969+
tabindex="-1"
29652970
>
29662971
<td
29672972
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -3207,6 +3212,7 @@ exports[`Table.FixedColumn > shadow should be shown when there are columns where
32073212
aria-hidden="true"
32083213
class="rc-table-measure-row"
32093214
style="height: 0px;"
3215+
tabindex="-1"
32103216
>
32113217
<td
32123218
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -5757,6 +5763,7 @@ exports[`Table.FixedColumn > shadow should display correctly 1`] = `
57575763
aria-hidden="true"
57585764
class="rc-table-measure-row"
57595765
style="height: 0px;"
5766+
tabindex="-1"
57605767
>
57615768
<td
57625769
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"
@@ -11749,6 +11756,7 @@ exports[`Table.FixedColumn > shadow should display correctly 2`] = `
1174911756
aria-hidden="true"
1175011757
class="rc-table-measure-row"
1175111758
style="height: 0px;"
11759+
tabindex="-1"
1175211760
>
1175311761
<td
1175411762
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"

tests/__snapshots__/Table.spec.jsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ LoadedCheerio {
269269
aria-hidden="true"
270270
class="rc-table-measure-row"
271271
style="height: 0px;"
272+
tabindex="-1"
272273
>
273274
<td
274275
style="padding-top: 0px; padding-bottom: 0px; border-top: 0px; border-bottom: 0px; height: 0px;"

0 commit comments

Comments
 (0)