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 Invalid contrast 1`] = ` - -`; - -exports[`Storyshots Addons|a11y Label 1`] = ` - -`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-actions.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-actions.stories.storyshot deleted file mode 100644 index b5a33580d65..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-actions.stories.storyshot +++ /dev/null @@ -1,62 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Actions Decorated actions + config 1`] = ` - -`; - -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`] = ` - - -`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-backgrounds.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-backgrounds.stories.storyshot deleted file mode 100644 index 211e0b45345..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-backgrounds.stories.storyshot +++ /dev/null @@ -1,17 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -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! - -`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-centered.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-centered.stories.storyshot deleted file mode 100644 index 681a29fffda..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-centered.stories.storyshot +++ /dev/null @@ -1,17 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Centered button in center 1`] = ` -
-
- -
-
-`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-events.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-events.stories.storyshot deleted file mode 100644 index 84466dd440a..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-events.stories.storyshot +++ /dev/null @@ -1,6 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Events Logger 1`] = ` - - -`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-jest.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-jest.stories.storyshot deleted file mode 100644 index 7c83d5b812b..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-jest.stories.storyshot +++ /dev/null @@ -1,3 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Jest withTests 1`] = `This story shows test results`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-knobs.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-knobs.stories.storyshot deleted file mode 100644 index 7a21a63b844..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-knobs.stories.storyshot +++ /dev/null @@ -1,70 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -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: -

- - - - - -

- 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')" >`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/addon-notes.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/addon-notes.stories.storyshot deleted file mode 100644 index b7b58fa7bad..00000000000 --- a/examples/html-kitchen-sink/stories/__snapshots__/addon-notes.stories.storyshot +++ /dev/null @@ -1,15 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Storyshots Addons|Notes Simple note 1`] = ` -

- - - - - This is a fragment of HTML - - - - -

-`; diff --git a/examples/html-kitchen-sink/stories/__snapshots__/index.stories.storyshot b/examples/html-kitchen-sink/stories/__snapshots__/welcome.stories.storyshot similarity index 80% rename from examples/html-kitchen-sink/stories/__snapshots__/index.stories.storyshot rename to examples/html-kitchen-sink/stories/__snapshots__/welcome.stories.storyshot index 9fc15594022..8b68425a1ea 100644 --- a/examples/html-kitchen-sink/stories/__snapshots__/index.stories.storyshot +++ b/examples/html-kitchen-sink/stories/__snapshots__/welcome.stories.storyshot @@ -1,34 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -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 -

-
-`; - exports[`Storyshots Welcome Welcome 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: +

+ + + + + +

+ 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 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 +

+
+`;