From 1b60f29a6fc5ff4801076e7a02c5a1716ad1f160 Mon Sep 17 00:00:00 2001 From: hypnos Date: Mon, 6 Nov 2017 15:38:02 +0300 Subject: [PATCH] Update storyshot --- .../addon-links.stories.storyshot | 88 +++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 examples/cra-kitchen-sink/src/stories/__snapshots__/addon-links.stories.storyshot diff --git a/examples/cra-kitchen-sink/src/stories/__snapshots__/addon-links.stories.storyshot b/examples/cra-kitchen-sink/src/stories/__snapshots__/addon-links.stories.storyshot new file mode 100644 index 00000000000..927a05de6e7 --- /dev/null +++ b/examples/cra-kitchen-sink/src/stories/__snapshots__/addon-links.stories.storyshot @@ -0,0 +1,88 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Storyshots Addon Links.Button First 1`] = ` + +`; + +exports[`Storyshots Addon Links.Button Second 1`] = ` + +`; + +exports[`Storyshots Addon Links.Href log 1`] = ` + + See action logger + +`; + +exports[`Storyshots Addon Links.Link First 1`] = ` + + Go to Second + +`; + +exports[`Storyshots Addon Links.Link Second 1`] = ` + + Go to First + +`; + +exports[`Storyshots Addon Links.Select First 1`] = ` + + Go back + +`; + +exports[`Storyshots Addon Links.Select Index 1`] = ` + +`; + +exports[`Storyshots Addon Links.Select Second 1`] = ` + + Go back + +`; + +exports[`Storyshots Addon Links.Select Third 1`] = ` + + Go back + +`;