Skip to content

Commit b3a90d4

Browse files
committed
chore: Update snapshots
1 parent a19ac0e commit b3a90d4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/app-layout/__tests__/__snapshots__/widget-contract-split-panel.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,7 @@ Map {
13201320
},
13211321
"appLayoutState": {
13221322
"appLayoutInternals": {
1323+
"breadcrumbs": undefined,
13231324
"discoveredBreadcrumbs": null,
13241325
"globalDrawers": [],
13251326
"navigationOpen": true,
@@ -1400,6 +1401,7 @@ Map {
14001401
},
14011402
"appLayoutState": {
14021403
"appLayoutInternals": {
1404+
"breadcrumbs": undefined,
14031405
"discoveredBreadcrumbs": null,
14041406
"globalDrawers": [],
14051407
"navigationOpen": true,
@@ -1480,6 +1482,7 @@ Map {
14801482
},
14811483
"appLayoutState": {
14821484
"appLayoutInternals": {
1485+
"breadcrumbs": undefined,
14831486
"discoveredBreadcrumbs": null,
14841487
"globalDrawers": [],
14851488
"navigationOpen": true,
@@ -1560,6 +1563,7 @@ Map {
15601563
},
15611564
"appLayoutState": {
15621565
"appLayoutInternals": {
1566+
"breadcrumbs": undefined,
15631567
"discoveredBreadcrumbs": null,
15641568
"globalDrawers": [],
15651569
"navigationOpen": true,

src/app-layout/__tests__/__snapshots__/widget-contract.test.tsx.snap

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Map {
6969
},
7070
"appLayoutState": {
7171
"appLayoutInternals": {
72+
"breadcrumbs": undefined,
7273
"discoveredBreadcrumbs": null,
7374
"globalDrawers": [],
7475
"navigationOpen": true,
@@ -148,6 +149,7 @@ Map {
148149
},
149150
"appLayoutState": {
150151
"appLayoutInternals": {
152+
"breadcrumbs": undefined,
151153
"discoveredBreadcrumbs": null,
152154
"globalDrawers": [],
153155
"navigationOpen": true,
@@ -227,6 +229,7 @@ Map {
227229
},
228230
"appLayoutState": {
229231
"appLayoutInternals": {
232+
"breadcrumbs": undefined,
230233
"discoveredBreadcrumbs": null,
231234
"globalDrawers": [],
232235
"navigationOpen": true,
@@ -306,6 +309,7 @@ Map {
306309
},
307310
"appLayoutState": {
308311
"appLayoutInternals": {
312+
"breadcrumbs": undefined,
309313
"discoveredBreadcrumbs": null,
310314
"globalDrawers": [],
311315
"navigationOpen": true,
@@ -462,6 +466,9 @@ Map {
462466
},
463467
"appLayoutState": {
464468
"appLayoutInternals": {
469+
"breadcrumbs": <div>
470+
breadcrumbs
471+
</div>,
465472
"discoveredBreadcrumbs": null,
466473
"globalDrawers": [],
467474
"navigationOpen": true,
@@ -562,6 +569,9 @@ Map {
562569
},
563570
"appLayoutState": {
564571
"appLayoutInternals": {
572+
"breadcrumbs": <div>
573+
breadcrumbs
574+
</div>,
565575
"discoveredBreadcrumbs": null,
566576
"globalDrawers": [],
567577
"navigationOpen": true,
@@ -662,6 +672,9 @@ Map {
662672
},
663673
"appLayoutState": {
664674
"appLayoutInternals": {
675+
"breadcrumbs": <div>
676+
breadcrumbs
677+
</div>,
665678
"discoveredBreadcrumbs": null,
666679
"globalDrawers": [],
667680
"navigationOpen": true,
@@ -762,6 +775,9 @@ Map {
762775
},
763776
"appLayoutState": {
764777
"appLayoutInternals": {
778+
"breadcrumbs": <div>
779+
breadcrumbs
780+
</div>,
765781
"discoveredBreadcrumbs": null,
766782
"globalDrawers": [],
767783
"navigationOpen": true,
@@ -923,6 +939,7 @@ Map {
923939
},
924940
"appLayoutState": {
925941
"appLayoutInternals": {
942+
"breadcrumbs": undefined,
926943
"discoveredBreadcrumbs": null,
927944
"globalDrawers": [],
928945
"navigationOpen": true,
@@ -1021,6 +1038,7 @@ Map {
10211038
},
10221039
"appLayoutState": {
10231040
"appLayoutInternals": {
1041+
"breadcrumbs": undefined,
10241042
"discoveredBreadcrumbs": null,
10251043
"globalDrawers": [],
10261044
"navigationOpen": true,
@@ -1119,6 +1137,7 @@ Map {
11191137
},
11201138
"appLayoutState": {
11211139
"appLayoutInternals": {
1140+
"breadcrumbs": undefined,
11221141
"discoveredBreadcrumbs": null,
11231142
"globalDrawers": [],
11241143
"navigationOpen": true,
@@ -1217,6 +1236,7 @@ Map {
12171236
},
12181237
"appLayoutState": {
12191238
"appLayoutInternals": {
1239+
"breadcrumbs": undefined,
12201240
"discoveredBreadcrumbs": null,
12211241
"globalDrawers": [],
12221242
"navigationOpen": true,

0 commit comments

Comments
 (0)