Skip to content

Commit d1198cd

Browse files
committed
test(CDataTable): snapshot update
1 parent 5e4a920 commit d1198cd

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/components/table/tests/__snapshots__/CDataTable.spec.js.snap

+19-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exports[`CDataTable renders correctly 2`] = `
7171
class="col-sm-6 form-inline p-0"
7272
>
7373
<label
74-
class="mr-2"
74+
class="mfe-2"
7575
>
7676
Filter:
7777
</label>
@@ -84,7 +84,7 @@ exports[`CDataTable renders correctly 2`] = `
8484
/>
8585
8686
<svg
87-
class="c-icon ml-2 text-danger"
87+
class="c-icon mfs-2 text-danger"
8888
role="button"
8989
tabindex="0"
9090
viewBox="0 0 512 512"
@@ -110,7 +110,7 @@ exports[`CDataTable renders correctly 2`] = `
110110
class="form-inline justify-content-sm-end"
111111
>
112112
<label
113-
class="mr-2"
113+
class="mfe-2"
114114
>
115115
Items per page:
116116
</label>
@@ -360,6 +360,10 @@ exports[`CDataTable renders correctly 2`] = `
360360
</td>
361361
</tr>
362362
363+
<tr
364+
class="invisible"
365+
/>
366+
363367
<tr
364368
class="p-0"
365369
>
@@ -412,6 +416,10 @@ exports[`CDataTable renders correctly 2`] = `
412416
</td>
413417
</tr>
414418
419+
<tr
420+
class="invisible"
421+
/>
422+
415423
<tr
416424
class="p-0"
417425
>
@@ -464,6 +472,10 @@ exports[`CDataTable renders correctly 2`] = `
464472
</td>
465473
</tr>
466474
475+
<tr
476+
class="invisible"
477+
/>
478+
467479
<tr
468480
class="p-0"
469481
>
@@ -516,6 +528,10 @@ exports[`CDataTable renders correctly 2`] = `
516528
</td>
517529
</tr>
518530
531+
<tr
532+
class="invisible"
533+
/>
534+
519535
<tr
520536
class="p-0"
521537
>

0 commit comments

Comments
 (0)