Skip to content

Commit 0cb91cb

Browse files
committed
feat(Incubator):fix failing tests
1 parent e648468 commit 0cb91cb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/trustlab/src/components/Incubator/Incubator.snap.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ exports[`<Incubator /> renders unchanged 1`] = `
88
<div
99
class="MuiContainer-root MuiContainer-maxWidthLg MuiContainer-fixed MuiContainer-disableGutters css-1be4fpk-MuiContainer-root"
1010
>
11+
<h2
12+
class="MuiTypography-root MuiTypography-display4 css-283xsv-MuiTypography-root"
13+
>
14+
Incubator
15+
</h2>
1116
<div
1217
class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-2 css-1cth5tq-MuiGrid-root"
1318
>

apps/trustlab/src/components/Incubator/Incubator.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const render = createRender({ theme });
99

1010
const defaultProps = {
1111
content: null,
12+
title: "Incubator",
1213
image: {
1314
url: "https://example.com/image.jpg",
1415
alt: "Incubator Image",

0 commit comments

Comments
 (0)