diff --git a/addons/storyshots/storyshots-core/src/api/integrityTestTemplate.js b/addons/storyshots/storyshots-core/src/api/integrityTestTemplate.js
index 684c99c4b9e..cc7fa979914 100644
--- a/addons/storyshots/storyshots-core/src/api/integrityTestTemplate.js
+++ b/addons/storyshots/storyshots-core/src/api/integrityTestTemplate.js
@@ -16,7 +16,8 @@ function integrityTest(integrityOptions, stories2snapsConverter) {
const possibleStoriesFiles = stories2snapsConverter.getPossibleStoriesFiles(fileName);
return !possibleStoriesFiles.some(fs.existsSync);
});
- expect(abandonedStoryshots.length).toBe(0);
+
+ expect(abandonedStoryshots).toEqual([]);
});
});
}
diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-a11y.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-a11y.stories.storyshot
deleted file mode 100644
index 8c979f07574..00000000000
--- a/examples/html-kitchen-sink/stories/__snapshots__/addon-a11y.stories.storyshot
+++ /dev/null
@@ -1,27 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Storyshots Addons|a11y Default 1`] = ``;
-
-exports[`Storyshots Addons|a11y Delayed render 1`] = `
+ Hello World
+
+`;
+
+exports[`Storyshots Addons|Actions Decorated actions 1`] = `
+
+`;
+
+exports[`Storyshots Addons|Actions Hello World 1`] = `
+
+`;
+
+exports[`Storyshots Addons|Actions Multiple actions + config 1`] = `
+
+`;
+
+exports[`Storyshots Addons|Actions Multiple actions 1`] = `
+
+`;
+
+exports[`Storyshots Addons|Actions Multiple actions, object + config 1`] = `
+
+`;
+
+exports[`Storyshots Addons|Actions Multiple actions, object 1`] = `
+
+`;
+
+exports[`Storyshots Addons|Actions Multiple actions, selector 1`] = `
+
+
+`;
+
+exports[`Storyshots Addons|Backgrounds story 1 1`] = `
+
+ You should be able to switch backgrounds for this story
+
+`;
+
+exports[`Storyshots Addons|Backgrounds story 2 1`] = `
+
+ This one too!
+
+`;
+
+exports[`Storyshots Addons|Centered button in center 1`] = `
+
+
+
+
+
+`;
+
+exports[`Storyshots Addons|Events Logger 1`] = `
+
+
+`;
+
+exports[`Storyshots Addons|Jest withTests 1`] = `This story shows test results`;
+
+exports[`Storyshots Addons|Knobs All knobs 1`] = `
+
+
+
+
+ My name is Jane,
+
+
+
+
+ today is January 20, 2017
+
+
+
+
+ I have a stock of 20 apples, costing $2.25 each.
+
+
+
+
+ Also, I have:
+
+
+
+
+ -
+ Laptop
+
+ -
+ Book
+
+ -
+ Whiskey
+
+
+
+
+
+ Nice to meet you!
+
+
+
+
+`;
+
+exports[`Storyshots Addons|Knobs CSS transitions 1`] = `
+
+ John Doe
+
+`;
+
+exports[`Storyshots Addons|Knobs DOM 1`] = `
+
+ John Doe
+
+`;
+
+exports[`Storyshots Addons|Knobs Simple 1`] = `
+
+ I am John Doe and I'm 44 years old.
+
+`;
+
+exports[`Storyshots Addons|Knobs XSS safety 1`] = `<img src=x onerror="alert('XSS Attack')" >`;
+
+exports[`Storyshots Addons|Notes Simple note 1`] = `
+
+
+
+
+
+ This is a fragment of HTML
+
+
+
+
+
+`;
+
+exports[`Storyshots Addons|a11y Default 1`] = `
`;
+
+exports[`Storyshots Addons|a11y Delayed render 1`] = `
`;
+
+exports[`Storyshots Addons|a11y Disabled 1`] = `
+
+`;
+
+exports[`Storyshots Addons|a11y Invalid contrast 1`] = `
+
+`;
+
+exports[`Storyshots Addons|a11y Label 1`] = `
+
+`;
+
+exports[`Storyshots Demo button 1`] = `
+
+`;
+
+exports[`Storyshots Demo heading 1`] = `
+
+ Hello World
+
+`;
+
+exports[`Storyshots Demo headings 1`] = `
+
+
+ Hello World
+
+
+ Hello World
+
+
+ Hello World
+
+
+ Hello World
+
+
+`;