test: Update snapshots

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-01-03 15:48:24 -05:00
committed by Carlos Lopez
parent 80ce4e8c29
commit 4cb21767dc
2 changed files with 10 additions and 4 deletions
@@ -42,6 +42,7 @@ describe('Info', () => {
expect(await findByText(mockReleaseBranch.name)).toMatchInlineSnapshot(`
<span
class="MuiTypography-root MuiTypography-body1"
data-testid="grm--differ-next"
style="font-weight: bold;"
>
@@ -53,6 +54,7 @@ describe('Info', () => {
await findByText(`${mockCalverProject.owner}/${mockCalverProject.repo}`),
).toMatchInlineSnapshot(`
<span
class="MuiTypography-root MuiTypography-body1"
data-testid="grm--differ-next"
style="font-weight: bold;"
>
@@ -63,6 +65,7 @@ describe('Info', () => {
expect(await findByText(mockCalverProject.versioningStrategy))
.toMatchInlineSnapshot(`
<span
class="MuiTypography-root MuiTypography-body1"
data-testid="grm--differ-next"
style="font-weight: bold;"
>
@@ -73,6 +76,7 @@ describe('Info', () => {
expect(await findByText(mockReleaseCandidateCalver.tagName))
.toMatchInlineSnapshot(`
<span
class="MuiTypography-root MuiTypography-body1"
data-testid="grm--differ-next"
style="font-weight: bold;"
>
@@ -75,12 +75,13 @@ describe('useResponseSteps', () => {
"message": <b>
Something went wrong
<span
<WithStyles(ForwardRef(Typography))
aria-label="fire"
component="span"
role="img"
>
🔥
</span>
</WithStyles(ForwardRef(Typography))>
</b>,
"secondaryMessage": "Error message: :(",
},
@@ -108,12 +109,13 @@ describe('useResponseSteps', () => {
"message": <b>
Something went wrong
<span
<WithStyles(ForwardRef(Typography))
aria-label="fire"
component="span"
role="img"
>
🔥
</span>
</WithStyles(ForwardRef(Typography))>
</b>,
"secondaryMessage": "Error message: unknown",
},