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