This repository was archived by the owner on Apr 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
Dashboard/Health/tests/__snapshots__
StorageOverview/OCSHealth/tests/__snapshots__
SubsystemHealth/tests/__snapshots__ Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ exports[`<HealthItem /> renders correctly 1`] = `
13
13
<div
14
14
className = " kubevirt-health__message"
15
15
>
16
- <span
16
+ <div
17
17
className = " kubevirt-health__title"
18
18
>
19
19
OCS is Healthy
20
- </span >
21
- <span
20
+ </div >
21
+ <div
22
22
className = " kubevirt-health__title kubevirt-health__subtitle"
23
23
/>
24
24
</div >
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ exports[`<Health /> renders correctly 1`] = `
29
29
<div
30
30
class = " kubevirt-health__message"
31
31
>
32
- <span
32
+ <div
33
33
class = " kubevirt-health__title"
34
34
>
35
35
Not available
36
- </span >
37
- <span
36
+ </div >
37
+ <div
38
38
class = " kubevirt-health__title kubevirt-health__subtitle"
39
39
/>
40
40
</div >
Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ exports[`<SubsystemHealth /> renders correctly 1`] = `
29
29
<div
30
30
class = " kubevirt-health__message"
31
31
>
32
- <span
32
+ <div
33
33
class = " kubevirt-health__title"
34
34
>
35
35
OpenShift
36
- </span >
37
- <span
36
+ </div >
37
+ <div
38
38
class = " kubevirt-health__title kubevirt-health__subtitle"
39
39
>
40
40
OpenShift is healthy
41
- </span >
41
+ </div >
42
42
</div >
43
43
</div >
44
44
<div
@@ -51,16 +51,16 @@ exports[`<SubsystemHealth /> renders correctly 1`] = `
51
51
<div
52
52
class = " kubevirt-health__message"
53
53
>
54
- <span
54
+ <div
55
55
class = " kubevirt-health__title"
56
56
>
57
57
CNV
58
- </span >
59
- <span
58
+ </div >
59
+ <div
60
60
class = " kubevirt-health__title kubevirt-health__subtitle"
61
61
>
62
62
CNV health is degraded
63
- </span >
63
+ </div >
64
64
</div >
65
65
</div >
66
66
<div
@@ -73,16 +73,16 @@ exports[`<SubsystemHealth /> renders correctly 1`] = `
73
73
<div
74
74
class = " kubevirt-health__message"
75
75
>
76
- <span
76
+ <div
77
77
class = " kubevirt-health__title"
78
78
>
79
79
Ceph Storage
80
- </span >
81
- <span
80
+ </div >
81
+ <div
82
82
class = " kubevirt-health__title kubevirt-health__subtitle"
83
83
>
84
84
Ceph Storage health is degraded
85
- </span >
85
+ </div >
86
86
</div >
87
87
</div >
88
88
</div >
You can’t perform that action at this time.
0 commit comments