diff --git a/src/components/Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap b/src/components/Analysis/__snapshots__/MonthlyAnalysis.spec.tsx.snap
index 90ce564537f99d07b21b98922cc07a36e84d0da6..f654ebe5783ac204580355712f00667bc2604a56 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 63adaa7e3d71d00321d1174452614596568137ae..e3a7b52b0fb5109218496e037c447d3853e77d0a 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>
 `;