diff --git a/addons/storyshots/src/test-body-image-snapshot.js b/addons/storyshots/src/test-body-image-snapshot.js
index f975222c6f12..395671c63593 100644
--- a/addons/storyshots/src/test-body-image-snapshot.js
+++ b/addons/storyshots/src/test-body-image-snapshot.js
@@ -42,7 +42,7 @@ export const imageSnapshot = ({
 
     expect.assertions(1);
     return page
-      .goto(url)
+      .goto(url, {"waitUntil" : "networkidle0"})
       .catch(e => {
         logger.error(
           `ERROR WHILE CONNECTING TO ${url}, did you start or build the storybook first ? A storybook instance should be running or a static version should be built when using image snapshot feature.`,