Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
havelaer committed Dec 9, 2017
1 parent d38a031 commit 0a7ce0a
Show file tree
Hide file tree
Showing 7 changed files with 3,810 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,31 @@ exports[`Storyshots Addon a11y Label 1`] = `
Testing the a11y addon
</button>
`;

exports[`Storyshots Addons|a11y Default 1`] = `
<button>

</button>
`;

exports[`Storyshots Addons|a11y Disabled 1`] = `
<button
disabled=""
>
Testing the a11y addon
</button>
`;

exports[`Storyshots Addons|a11y Invalid contrast 1`] = `
<button
style="color:black;background-color:black"
>
Testing the a11y addon
</button>
`;

exports[`Storyshots Addons|a11y Label 1`] = `
<button>
Testing the a11y addon
</button>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,43 @@ exports[`Storyshots Addon Actions Reserved keyword as name 1`] = `
Delete
</button>
`;

exports[`Storyshots Addons|Actions Circular Payload 1`] = `
<button
class="css-1yjiefr"
>
Circular Payload
</button>
`;

exports[`Storyshots Addons|Actions Decorated Action 1`] = `
<button
class="css-1yjiefr"
>
First Argument
</button>
`;

exports[`Storyshots Addons|Actions Function Name 1`] = `
<button
class="css-1yjiefr"
>
Action.name: fnName
</button>
`;

exports[`Storyshots Addons|Actions Hello World 1`] = `
<button
class="css-1yjiefr"
>
Hello World
</button>
`;

exports[`Storyshots Addons|Actions Reserved keyword as name 1`] = `
<button
class="css-1yjiefr"
>
Delete
</button>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,23 @@ exports[`Storyshots Addon Backgrounds story 2 1`] = `
</button>
</div>
`;

exports[`Storyshots Addons|Backgrounds story 1 1`] = `
<div
style="overflow:scroll;position:fixed;top:0;bottom:0;right:0;left:0;transition:background 0.25s ease-in-out;background-position:center;background-size:cover;background:transparent"
>
<button>
You should be able to switch backgrounds for this story
</button>
</div>
`;

exports[`Storyshots Addons|Backgrounds story 2 1`] = `
<div
style="overflow:scroll;position:fixed;top:0;bottom:0;right:0;left:0;transition:background 0.25s ease-in-out;background-position:center;background-size:cover;background:transparent"
>
<button>
This one too!
</button>
</div>
`;
Loading

0 comments on commit 0a7ce0a

Please sign in to comment.