Skip to content

Commit f8cb164

Browse files
committed
Update snapshots
1 parent 1da472a commit f8cb164

File tree

6 files changed

+208
-0
lines changed

6 files changed

+208
-0
lines changed

src/Components/PresentationalComponents/CVEDetailsPageSidebar/__snapshots__/CVEDetailsPageSidebar.test.js.snap

+24
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
245245
positionModifiers={
246246
Object {
247247
"bottom": "pf-m-bottom",
248+
"bottom-end": "pf-m-bottom-right",
249+
"bottom-start": "pf-m-bottom-left",
248250
"left": "pf-m-left",
251+
"left-end": "pf-m-left-bottom",
252+
"left-start": "pf-m-left-top",
249253
"right": "pf-m-right",
254+
"right-end": "pf-m-right-bottom",
255+
"right-start": "pf-m-right-top",
250256
"top": "pf-m-top",
257+
"top-end": "pf-m-top-right",
258+
"top-start": "pf-m-top-left",
251259
}
252260
}
253261
trigger={
@@ -669,9 +677,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
669677
positionModifiers={
670678
Object {
671679
"bottom": "pf-m-bottom",
680+
"bottom-end": "pf-m-bottom-right",
681+
"bottom-start": "pf-m-bottom-left",
672682
"left": "pf-m-left",
683+
"left-end": "pf-m-left-bottom",
684+
"left-start": "pf-m-left-top",
673685
"right": "pf-m-right",
686+
"right-end": "pf-m-right-bottom",
687+
"right-start": "pf-m-right-top",
674688
"top": "pf-m-top",
689+
"top-end": "pf-m-top-right",
690+
"top-start": "pf-m-top-left",
675691
}
676692
}
677693
trigger={
@@ -1121,9 +1137,17 @@ exports[`CVEDetailsPageSidebar component should render correctly 1`] = `
11211137
positionModifiers={
11221138
Object {
11231139
"bottom": "pf-m-bottom",
1140+
"bottom-end": "pf-m-bottom-right",
1141+
"bottom-start": "pf-m-bottom-left",
11241142
"left": "pf-m-left",
1143+
"left-end": "pf-m-left-bottom",
1144+
"left-start": "pf-m-left-top",
11251145
"right": "pf-m-right",
1146+
"right-end": "pf-m-right-bottom",
1147+
"right-start": "pf-m-right-top",
11261148
"top": "pf-m-top",
1149+
"top-end": "pf-m-top-right",
1150+
"top-start": "pf-m-top-left",
11271151
}
11281152
}
11291153
trigger={

src/Components/PresentationalComponents/CVEDetailsPageSidebar/__snapshots__/SnippetWithHeaderAndPopover.test.js.snap

+24
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,17 @@ exports[`SnippetWithHeaderAndPopover Should render with title and label and Tool
7777
positionModifiers={
7878
Object {
7979
"bottom": "pf-m-bottom",
80+
"bottom-end": "pf-m-bottom-right",
81+
"bottom-start": "pf-m-bottom-left",
8082
"left": "pf-m-left",
83+
"left-end": "pf-m-left-bottom",
84+
"left-start": "pf-m-left-top",
8185
"right": "pf-m-right",
86+
"right-end": "pf-m-right-bottom",
87+
"right-start": "pf-m-right-top",
8288
"top": "pf-m-top",
89+
"top-end": "pf-m-top-right",
90+
"top-start": "pf-m-top-left",
8391
}
8492
}
8593
trigger={
@@ -225,9 +233,17 @@ exports[`SnippetWithHeaderAndPopover Should render with title and label only 1`]
225233
positionModifiers={
226234
Object {
227235
"bottom": "pf-m-bottom",
236+
"bottom-end": "pf-m-bottom-right",
237+
"bottom-start": "pf-m-bottom-left",
228238
"left": "pf-m-left",
239+
"left-end": "pf-m-left-bottom",
240+
"left-start": "pf-m-left-top",
229241
"right": "pf-m-right",
242+
"right-end": "pf-m-right-bottom",
243+
"right-start": "pf-m-right-top",
230244
"top": "pf-m-top",
245+
"top-end": "pf-m-top-right",
246+
"top-start": "pf-m-top-left",
231247
}
232248
}
233249
trigger={
@@ -370,9 +386,17 @@ exports[`SnippetWithHeaderAndPopover Should render without params 1`] = `
370386
positionModifiers={
371387
Object {
372388
"bottom": "pf-m-bottom",
389+
"bottom-end": "pf-m-bottom-right",
390+
"bottom-start": "pf-m-bottom-left",
373391
"left": "pf-m-left",
392+
"left-end": "pf-m-left-bottom",
393+
"left-start": "pf-m-left-top",
374394
"right": "pf-m-right",
395+
"right-end": "pf-m-right-bottom",
396+
"right-start": "pf-m-right-top",
375397
"top": "pf-m-top",
398+
"top-end": "pf-m-top-right",
399+
"top-start": "pf-m-top-left",
376400
}
377401
}
378402
trigger={

src/Components/PresentationalComponents/CVEDetailsPageSummary/__snapshots__/CVEDetailsPageSummary.test.js.snap

+96
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,17 @@ exports[`CVEDetailsPageSummary component should render with data 1`] = `
745745
positionModifiers={
746746
Object {
747747
"bottom": "pf-m-bottom",
748+
"bottom-end": "pf-m-bottom-right",
749+
"bottom-start": "pf-m-bottom-left",
748750
"left": "pf-m-left",
751+
"left-end": "pf-m-left-bottom",
752+
"left-start": "pf-m-left-top",
749753
"right": "pf-m-right",
754+
"right-end": "pf-m-right-bottom",
755+
"right-start": "pf-m-right-top",
750756
"top": "pf-m-top",
757+
"top-end": "pf-m-top-right",
758+
"top-start": "pf-m-top-left",
751759
}
752760
}
753761
trigger={
@@ -1005,9 +1013,17 @@ exports[`CVEDetailsPageSummary component should render with data 1`] = `
10051013
positionModifiers={
10061014
Object {
10071015
"bottom": "pf-m-bottom",
1016+
"bottom-end": "pf-m-bottom-right",
1017+
"bottom-start": "pf-m-bottom-left",
10081018
"left": "pf-m-left",
1019+
"left-end": "pf-m-left-bottom",
1020+
"left-start": "pf-m-left-top",
10091021
"right": "pf-m-right",
1022+
"right-end": "pf-m-right-bottom",
1023+
"right-start": "pf-m-right-top",
10101024
"top": "pf-m-top",
1025+
"top-end": "pf-m-top-right",
1026+
"top-start": "pf-m-top-left",
10111027
}
10121028
}
10131029
trigger={
@@ -1339,9 +1355,17 @@ exports[`CVEDetailsPageSummary component should render with data 1`] = `
13391355
positionModifiers={
13401356
Object {
13411357
"bottom": "pf-m-bottom",
1358+
"bottom-end": "pf-m-bottom-right",
1359+
"bottom-start": "pf-m-bottom-left",
13421360
"left": "pf-m-left",
1361+
"left-end": "pf-m-left-bottom",
1362+
"left-start": "pf-m-left-top",
13431363
"right": "pf-m-right",
1364+
"right-end": "pf-m-right-bottom",
1365+
"right-start": "pf-m-right-top",
13441366
"top": "pf-m-top",
1367+
"top-end": "pf-m-top-right",
1368+
"top-start": "pf-m-top-left",
13451369
}
13461370
}
13471371
trigger={
@@ -1954,9 +1978,17 @@ exports[`CVEDetailsPageSummary component should render with enabled WithLoader 1
19541978
positionModifiers={
19551979
Object {
19561980
"bottom": "pf-m-bottom",
1981+
"bottom-end": "pf-m-bottom-right",
1982+
"bottom-start": "pf-m-bottom-left",
19571983
"left": "pf-m-left",
1984+
"left-end": "pf-m-left-bottom",
1985+
"left-start": "pf-m-left-top",
19581986
"right": "pf-m-right",
1987+
"right-end": "pf-m-right-bottom",
1988+
"right-start": "pf-m-right-top",
19591989
"top": "pf-m-top",
1990+
"top-end": "pf-m-top-right",
1991+
"top-start": "pf-m-top-left",
19601992
}
19611993
}
19621994
trigger={
@@ -2214,9 +2246,17 @@ exports[`CVEDetailsPageSummary component should render with enabled WithLoader 1
22142246
positionModifiers={
22152247
Object {
22162248
"bottom": "pf-m-bottom",
2249+
"bottom-end": "pf-m-bottom-right",
2250+
"bottom-start": "pf-m-bottom-left",
22172251
"left": "pf-m-left",
2252+
"left-end": "pf-m-left-bottom",
2253+
"left-start": "pf-m-left-top",
22182254
"right": "pf-m-right",
2255+
"right-end": "pf-m-right-bottom",
2256+
"right-start": "pf-m-right-top",
22192257
"top": "pf-m-top",
2258+
"top-end": "pf-m-top-right",
2259+
"top-start": "pf-m-top-left",
22202260
}
22212261
}
22222262
trigger={
@@ -2548,9 +2588,17 @@ exports[`CVEDetailsPageSummary component should render with enabled WithLoader 1
25482588
positionModifiers={
25492589
Object {
25502590
"bottom": "pf-m-bottom",
2591+
"bottom-end": "pf-m-bottom-right",
2592+
"bottom-start": "pf-m-bottom-left",
25512593
"left": "pf-m-left",
2594+
"left-end": "pf-m-left-bottom",
2595+
"left-start": "pf-m-left-top",
25522596
"right": "pf-m-right",
2597+
"right-end": "pf-m-right-bottom",
2598+
"right-start": "pf-m-right-top",
25532599
"top": "pf-m-top",
2600+
"top-end": "pf-m-top-right",
2601+
"top-start": "pf-m-top-left",
25542602
}
25552603
}
25562604
trigger={
@@ -3198,9 +3246,17 @@ exports[`CVEDetailsPageSummary component should render with long description 1`]
31983246
positionModifiers={
31993247
Object {
32003248
"bottom": "pf-m-bottom",
3249+
"bottom-end": "pf-m-bottom-right",
3250+
"bottom-start": "pf-m-bottom-left",
32013251
"left": "pf-m-left",
3252+
"left-end": "pf-m-left-bottom",
3253+
"left-start": "pf-m-left-top",
32023254
"right": "pf-m-right",
3255+
"right-end": "pf-m-right-bottom",
3256+
"right-start": "pf-m-right-top",
32033257
"top": "pf-m-top",
3258+
"top-end": "pf-m-top-right",
3259+
"top-start": "pf-m-top-left",
32043260
}
32053261
}
32063262
trigger={
@@ -3458,9 +3514,17 @@ exports[`CVEDetailsPageSummary component should render with long description 1`]
34583514
positionModifiers={
34593515
Object {
34603516
"bottom": "pf-m-bottom",
3517+
"bottom-end": "pf-m-bottom-right",
3518+
"bottom-start": "pf-m-bottom-left",
34613519
"left": "pf-m-left",
3520+
"left-end": "pf-m-left-bottom",
3521+
"left-start": "pf-m-left-top",
34623522
"right": "pf-m-right",
3523+
"right-end": "pf-m-right-bottom",
3524+
"right-start": "pf-m-right-top",
34633525
"top": "pf-m-top",
3526+
"top-end": "pf-m-top-right",
3527+
"top-start": "pf-m-top-left",
34643528
}
34653529
}
34663530
trigger={
@@ -3792,9 +3856,17 @@ exports[`CVEDetailsPageSummary component should render with long description 1`]
37923856
positionModifiers={
37933857
Object {
37943858
"bottom": "pf-m-bottom",
3859+
"bottom-end": "pf-m-bottom-right",
3860+
"bottom-start": "pf-m-bottom-left",
37953861
"left": "pf-m-left",
3862+
"left-end": "pf-m-left-bottom",
3863+
"left-start": "pf-m-left-top",
37963864
"right": "pf-m-right",
3865+
"right-end": "pf-m-right-bottom",
3866+
"right-start": "pf-m-right-top",
37973867
"top": "pf-m-top",
3868+
"top-end": "pf-m-top-right",
3869+
"top-start": "pf-m-top-left",
37983870
}
37993871
}
38003872
trigger={
@@ -4381,9 +4453,17 @@ exports[`CVEDetailsPageSummary component should render without data 1`] = `
43814453
positionModifiers={
43824454
Object {
43834455
"bottom": "pf-m-bottom",
4456+
"bottom-end": "pf-m-bottom-right",
4457+
"bottom-start": "pf-m-bottom-left",
43844458
"left": "pf-m-left",
4459+
"left-end": "pf-m-left-bottom",
4460+
"left-start": "pf-m-left-top",
43854461
"right": "pf-m-right",
4462+
"right-end": "pf-m-right-bottom",
4463+
"right-start": "pf-m-right-top",
43864464
"top": "pf-m-top",
4465+
"top-end": "pf-m-top-right",
4466+
"top-start": "pf-m-top-left",
43874467
}
43884468
}
43894469
trigger={
@@ -4641,9 +4721,17 @@ exports[`CVEDetailsPageSummary component should render without data 1`] = `
46414721
positionModifiers={
46424722
Object {
46434723
"bottom": "pf-m-bottom",
4724+
"bottom-end": "pf-m-bottom-right",
4725+
"bottom-start": "pf-m-bottom-left",
46444726
"left": "pf-m-left",
4727+
"left-end": "pf-m-left-bottom",
4728+
"left-start": "pf-m-left-top",
46454729
"right": "pf-m-right",
4730+
"right-end": "pf-m-right-bottom",
4731+
"right-start": "pf-m-right-top",
46464732
"top": "pf-m-top",
4733+
"top-end": "pf-m-top-right",
4734+
"top-start": "pf-m-top-left",
46474735
}
46484736
}
46494737
trigger={
@@ -4975,9 +5063,17 @@ exports[`CVEDetailsPageSummary component should render without data 1`] = `
49755063
positionModifiers={
49765064
Object {
49775065
"bottom": "pf-m-bottom",
5066+
"bottom-end": "pf-m-bottom-right",
5067+
"bottom-start": "pf-m-bottom-left",
49785068
"left": "pf-m-left",
5069+
"left-end": "pf-m-left-bottom",
5070+
"left-start": "pf-m-left-top",
49795071
"right": "pf-m-right",
5072+
"right-end": "pf-m-right-bottom",
5073+
"right-start": "pf-m-right-top",
49805074
"top": "pf-m-top",
5075+
"top-end": "pf-m-top-right",
5076+
"top-start": "pf-m-top-left",
49815077
}
49825078
}
49835079
trigger={

0 commit comments

Comments
 (0)