From ca0ea47e24f950f5a1219a3fef37d454a49e2d9f Mon Sep 17 00:00:00 2001
From: Hugo <hnouts.dev@gmail.com>
Date: Wed, 21 Apr 2021 15:09:30 +0200
Subject: [PATCH] snapshots

---
 .../Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap       | 1 +
 src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/components/Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap b/src/components/Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap
index 90ce56453..f654ebe57 100644
--- a/src/components/Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap
+++ b/src/components/Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap
@@ -3,6 +3,7 @@
 exports[`MonthlyAnalysis component should be rendered correctly 1`] = `
 <React.Fragment>
   <div
+    aria-busy="true"
     className="analysis-container-spinner"
   >
     <StyledSpinner
diff --git a/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap b/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap
index 63adaa7e3..e3a7b52b0 100644
--- a/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap
+++ b/src/components/Splash/__snapshots__/SplashScreen.spec.tsx.snap
@@ -4231,8 +4231,5 @@ exports[`SplashScreen component should be rendered correctly 1`] = `
       />
     </div>
   </div>
-  <div
-    className="splash-footer"
-  />
 </React.Fragment>
 `;
-- 
GitLab