Skip to content
Snippets Groups Projects
Commit b581db42 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

update snapshot

parent 317655b5
No related branches found
No related tags found
1 merge request!1196feat: improve app load time
......@@ -193,7 +193,7 @@ const SplashRoot = ({ fadeTimer = 1000, children }: SplashRootProps) => {
const startTime = performance.now()
const transaction = Sentry.startTransaction({ name: 'Initialize app' })
try {
// Load app in parallel
// Run init steps in parallel
const [
termsStatus,
,
......
......@@ -27,7 +27,7 @@ exports[`SplashRoot component should be rendered correctly 1`] = `
>
<div
class="splash-progress-bar-content"
style="left: -73%;"
style="left: -40%;"
/>
</div>
</div>
......@@ -35,7 +35,7 @@ exports[`SplashRoot component should be rendered correctly 1`] = `
<div
class="step-label text-18-normal"
>
splashscreen.step.1
splashscreen.step.3
</div>
<div
class="splash-logos-container"
......@@ -83,7 +83,7 @@ exports[`SplashRoot component should render the error screen 1`] = `
<div
class="splash-error-text text-18-normal"
>
splashscreen.consent_error
splashscreen.consos_error
</div>
</div>
</div>
......
......@@ -23,7 +23,7 @@ exports[`SplashScreen component should be rendered correctly 1`] = `
>
<div
class="splash-progress-bar-content"
style="left: -73%;"
style="left: -80%;"
/>
</div>
</div>
......@@ -31,7 +31,7 @@ exports[`SplashScreen component should be rendered correctly 1`] = `
<div
class="step-label text-18-normal"
>
splashscreen.step.1
splashscreen.step.0
</div>
<div
class="splash-logos-container"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment