Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Oct 2, 2023
1 parent 9d8a1bd commit 495b55d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/apps/login/test/__snapshots__/login-page.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports[`Login page renders renders with config value for multiauth 1`] = `
>
<EuiImage
alt=""
size="fullWidth"
url="http://localhost:5601/images/test.png"
/>
<EuiSpacer
Expand Down Expand Up @@ -158,6 +159,7 @@ exports[`Login page renders renders with config value: string 1`] = `
>
<EuiImage
alt=""
size="fullWidth"
url="http://localhost:5601/images/test.png"
/>
<EuiSpacer
Expand Down Expand Up @@ -260,6 +262,7 @@ exports[`Login page renders renders with config value: string array 1`] = `
>
<EuiImage
alt=""
size="fullWidth"
url="http://localhost:5601/images/test.png"
/>
<EuiSpacer
Expand Down Expand Up @@ -362,6 +365,7 @@ exports[`Login page renders renders with default value: string 1`] = `
>
<EuiImage
alt=""
size="fullWidth"
url="test-file-stub"
/>
<EuiSpacer
Expand Down Expand Up @@ -460,6 +464,7 @@ exports[`Login page renders renders with default value: string array 1`] = `
>
<EuiImage
alt=""
size="fullWidth"
url="test-file-stub"
/>
<EuiSpacer
Expand Down

0 comments on commit 495b55d

Please sign in to comment.