Skip to content

Commit 7eeed27

Browse files
committed
test: update snapshot
1 parent 46d1d97 commit 7eeed27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/__snapshots__/ExpandRow.spec.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ LoadedCheerio {
625625
exports[`Table.Expand > renders fixed column correctly > work 1`] = `
626626
LoadedCheerio {
627627
"0": <div
628-
class="rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
628+
class="rc-table rc-table-ping-right rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
629629
>
630630
<div
631631
class="rc-table-container"

tests/__snapshots__/FixedColumn.spec.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ LoadedCheerio {
823823
exports[`Table.FixedColumn > renders correctly > scrollX - with data 1`] = `
824824
LoadedCheerio {
825825
"0": <div
826-
class="rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
826+
class="rc-table rc-table-ping-right rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
827827
>
828828
<div
829829
class="rc-table-container"
@@ -1642,7 +1642,7 @@ LoadedCheerio {
16421642
exports[`Table.FixedColumn > renders correctly > scrollX - without data 1`] = `
16431643
LoadedCheerio {
16441644
"0": <div
1645-
class="rc-table rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
1645+
class="rc-table rc-table-ping-right rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
16461646
>
16471647
<div
16481648
class="rc-table-container"
@@ -1931,7 +1931,7 @@ LoadedCheerio {
19311931
exports[`Table.FixedColumn > renders correctly > scrollXY - with data 1`] = `
19321932
LoadedCheerio {
19331933
"0": <div
1934-
class="rc-table rc-table-fixed-header rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
1934+
class="rc-table rc-table-ping-right rc-table-fixed-header rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
19351935
>
19361936
<div
19371937
class="rc-table-container"
@@ -2804,7 +2804,7 @@ LoadedCheerio {
28042804
exports[`Table.FixedColumn > renders correctly > scrollXY - without data 1`] = `
28052805
LoadedCheerio {
28062806
"0": <div
2807-
class="rc-table rc-table-fixed-header rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
2807+
class="rc-table rc-table-ping-right rc-table-fixed-header rc-table-fixed-column rc-table-scroll-horizontal rc-table-has-fix-left rc-table-has-fix-right"
28082808
>
28092809
<div
28102810
class="rc-table-container"

0 commit comments

Comments
 (0)