Skip to content

Commit

Permalink
Merge pull request #3846 from storybooks/tmeasday/group-deprecated-st…
Browse files Browse the repository at this point in the history
…ories

Group deprecated stories
  • Loading branch information
ndelangen authored Jul 20, 2018
2 parents 8b6e508 + d2c3c64 commit 0e565c0
Show file tree
Hide file tree
Showing 12 changed files with 658 additions and 268 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@ exports[`Storyshots Addons|Actions Circular Payload 1`] = `
</button>
`;

exports[`Storyshots Addons|Actions Decorated Action (deprecated) 1`] = `
<button
class="css-1qwzad5"
>
Native Event
</button>
`;

exports[`Storyshots Addons|Actions Decorated action + config 1`] = `
<button
class="css-1qwzad5"
Expand Down Expand Up @@ -244,3 +236,11 @@ exports[`Storyshots Addons|Actions configureActionsDepth 1`] = `
Object (configured depth: 2)
</button>
`;

exports[`Storyshots Addons|Actions.deprecated Decorated Action 1`] = `
<button
class="css-1qwzad5"
>
Native Event
</button>
`;
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Storyshots Addons|Backgrounds overriden 1`] = `
exports[`Storyshots Addons|Backgrounds disabled via [] 1`] = `
<button>
This one should have different backgrounds
This one should not use backgrounds
</button>
`;

exports[`Storyshots Addons|Backgrounds story 1 1`] = `
exports[`Storyshots Addons|Backgrounds overriden 1`] = `
<button>
You should be able to switch backgrounds for this story
This one should have different backgrounds
</button>
`;

exports[`Storyshots Addons|Backgrounds story 2 1`] = `
exports[`Storyshots Addons|Backgrounds skipped via disable:true 1`] = `
<button>
This one too!
This one should not use backgrounds either
</button>
`;

exports[`Storyshots Addons|Backgrounds.parameters disabled via [] 1`] = `
exports[`Storyshots Addons|Backgrounds story 1 1`] = `
<button>
This one should not use backgrounds
You should be able to switch backgrounds for this story
</button>
`;

exports[`Storyshots Addons|Backgrounds.parameters overriden 1`] = `
exports[`Storyshots Addons|Backgrounds story 2 1`] = `
<button>
This one should have different backgrounds
This one too!
</button>
`;

exports[`Storyshots Addons|Backgrounds.parameters skipped via disable:true 1`] = `
exports[`Storyshots Addons|Backgrounds.deprecated overriden 1`] = `
<button>
This one should not use backgrounds either
This one should have different backgrounds
</button>
`;

exports[`Storyshots Addons|Backgrounds.parameters story 1 1`] = `
exports[`Storyshots Addons|Backgrounds.deprecated story 1 1`] = `
<button>
You should be able to switch backgrounds for this story
</button>
`;

exports[`Storyshots Addons|Backgrounds.parameters story 2 1`] = `
exports[`Storyshots Addons|Backgrounds.deprecated story 2 1`] = `
<button>
This one too!
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`Storyshots Addons|Events Logger 1`] = `
</div>
`;

exports[`Storyshots Addons|Events/WithEvents (deprecated) Logger 1`] = `
exports[`Storyshots Addons|Events.deprecated Logger 1`] = `
<div
class="css-1ruxp1v"
>
Expand Down
Loading

0 comments on commit 0e565c0

Please sign in to comment.