test: Update snapshots
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
committed by
Carlos Lopez
parent
80ce4e8c29
commit
4cb21767dc
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user