Skip to content

Commit 54ae606

Browse files
committed
fix: calendar test
1 parent 1272b32 commit 54ae606

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__/Calendar.spec.tsx.snap

+8-8
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
513513
class="rbc-day-bg"
514514
/>
515515
<div
516-
class="rbc-day-bg rbc-today"
516+
class="rbc-day-bg"
517517
/>
518518
<div
519519
class="rbc-day-bg"
@@ -582,7 +582,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
582582
</button>
583583
</div>
584584
<div
585-
class="rbc-date-cell rbc-now rbc-current"
585+
class="rbc-date-cell"
586586
role="cell"
587587
>
588588
<button
@@ -620,7 +620,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
620620
class="rbc-day-bg"
621621
/>
622622
<div
623-
class="rbc-day-bg"
623+
class="rbc-day-bg rbc-today"
624624
/>
625625
<div
626626
class="rbc-day-bg"
@@ -665,7 +665,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
665665
</button>
666666
</div>
667667
<div
668-
class="rbc-date-cell"
668+
class="rbc-date-cell rbc-now rbc-current"
669669
role="cell"
670670
>
671671
<button
@@ -1236,7 +1236,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
12361236
class="rbc-day-bg"
12371237
/>
12381238
<div
1239-
class="rbc-day-bg rbc-today"
1239+
class="rbc-day-bg"
12401240
/>
12411241
<div
12421242
class="rbc-day-bg"
@@ -1305,7 +1305,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
13051305
</button>
13061306
</div>
13071307
<div
1308-
class="rbc-date-cell rbc-now rbc-current"
1308+
class="rbc-date-cell"
13091309
role="cell"
13101310
>
13111311
<button
@@ -1343,7 +1343,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
13431343
class="rbc-day-bg"
13441344
/>
13451345
<div
1346-
class="rbc-day-bg"
1346+
class="rbc-day-bg rbc-today"
13471347
/>
13481348
<div
13491349
class="rbc-day-bg"
@@ -1388,7 +1388,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
13881388
</button>
13891389
</div>
13901390
<div
1391-
class="rbc-date-cell"
1391+
class="rbc-date-cell rbc-now rbc-current"
13921392
role="cell"
13931393
>
13941394
<button

0 commit comments

Comments
 (0)