Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit eb69abe

Browse files
committed
re-record snaps
1 parent a5b9eff commit eb69abe

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

src/components/Dashboard/Health/tests/__snapshots__/HealthItem.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ exports[`<HealthItem /> renders correctly 1`] = `
1313
<div
1414
className="kubevirt-health__message"
1515
>
16-
<span
16+
<div
1717
className="kubevirt-health__title"
1818
>
1919
OCS is Healthy
20-
</span>
21-
<span
20+
</div>
21+
<div
2222
className="kubevirt-health__title kubevirt-health__subtitle"
2323
/>
2424
</div>

src/components/StorageOverview/OCSHealth/tests/__snapshots__/Health.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ exports[`<Health /> renders correctly 1`] = `
2929
<div
3030
class="kubevirt-health__message"
3131
>
32-
<span
32+
<div
3333
class="kubevirt-health__title"
3434
>
3535
Not available
36-
</span>
37-
<span
36+
</div>
37+
<div
3838
class="kubevirt-health__title kubevirt-health__subtitle"
3939
/>
4040
</div>

src/components/SubsystemHealth/tests/__snapshots__/SubsystemHealth.test.js.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ exports[`<SubsystemHealth /> renders correctly 1`] = `
2929
<div
3030
class="kubevirt-health__message"
3131
>
32-
<span
32+
<div
3333
class="kubevirt-health__title"
3434
>
3535
OpenShift
36-
</span>
37-
<span
36+
</div>
37+
<div
3838
class="kubevirt-health__title kubevirt-health__subtitle"
3939
>
4040
OpenShift is healthy
41-
</span>
41+
</div>
4242
</div>
4343
</div>
4444
<div
@@ -51,16 +51,16 @@ exports[`<SubsystemHealth /> renders correctly 1`] = `
5151
<div
5252
class="kubevirt-health__message"
5353
>
54-
<span
54+
<div
5555
class="kubevirt-health__title"
5656
>
5757
CNV
58-
</span>
59-
<span
58+
</div>
59+
<div
6060
class="kubevirt-health__title kubevirt-health__subtitle"
6161
>
6262
CNV health is degraded
63-
</span>
63+
</div>
6464
</div>
6565
</div>
6666
<div
@@ -73,16 +73,16 @@ exports[`<SubsystemHealth /> renders correctly 1`] = `
7373
<div
7474
class="kubevirt-health__message"
7575
>
76-
<span
76+
<div
7777
class="kubevirt-health__title"
7878
>
7979
Ceph Storage
80-
</span>
81-
<span
80+
</div>
81+
<div
8282
class="kubevirt-health__title kubevirt-health__subtitle"
8383
>
8484
Ceph Storage health is degraded
85-
</span>
85+
</div>
8686
</div>
8787
</div>
8888
</div>

0 commit comments

Comments
 (0)