diff --git a/src/components/ActivityIndicator/__tests__/__snapshots__/index-test.js.snap b/src/components/ActivityIndicator/__tests__/__snapshots__/index-test.js.snap
index d32f3be3..d62d0a89 100644
--- a/src/components/ActivityIndicator/__tests__/__snapshots__/index-test.js.snap
+++ b/src/components/ActivityIndicator/__tests__/__snapshots__/index-test.js.snap
@@ -1,6 +1,42 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`components/ActivityIndicator default render 1`] = `
+exports[`components/ActivityIndicator prop "animating" is "false" 1`] = `
+
+`;
+
+exports[`components/ActivityIndicator prop "animating" is "true" 1`] = `
`;
-exports[`components/ActivityIndicator other render 1`] = `
+exports[`components/ActivityIndicator prop "color" 1`] = `
+`;
+
+exports[`components/ActivityIndicator prop "hidesWhenStopped" is "false" 1`] = `
+
+`;
+
+exports[`components/ActivityIndicator prop "hidesWhenStopped" is "true" 1`] = `
+
+`;
+
+exports[`components/ActivityIndicator prop "size" is "large" 1`] = `
+
+`;
+
+exports[`components/ActivityIndicator prop "size" is a number 1`] = `
+
+