-`;
-
-exports[`Storyshots Some really long story kind description with text 1`] = `
-
-
-
-
-
-`;
diff --git a/examples/cra-kitchen-sink/src/stories/__snapshots__/long-description.stories.storyshot b/examples/cra-kitchen-sink/src/stories/__snapshots__/long-description.stories.storyshot
new file mode 100644
index 00000000000..08c35849a01
--- /dev/null
+++ b/examples/cra-kitchen-sink/src/stories/__snapshots__/long-description.stories.storyshot
@@ -0,0 +1,18 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Storyshots Some really long story kind description with text 1`] = `
+
+
+
+
+
+`;
diff --git a/examples/cra-kitchen-sink/src/stories/index.stories.js b/examples/cra-kitchen-sink/src/stories/index.stories.js
index 361d6aca77f..550b203013c 100644
--- a/examples/cra-kitchen-sink/src/stories/index.stories.js
+++ b/examples/cra-kitchen-sink/src/stories/index.stories.js
@@ -1,17 +1,11 @@
import React from 'react';
-
import { storiesOf } from '@storybook/react';
-import { setOptions } from '@storybook/addon-options';
import { action } from '@storybook/addon-actions';
import { withNotes } from '@storybook/addon-notes';
-import centered from '@storybook/addon-centered';
import { withInfo } from '@storybook/addon-info';
import { Button } from '@storybook/react/demo';
-// eslint-disable-next-line import/extensions,import/no-unresolved
-import App from 'App';
import Container from './Container';
-import LifecycleLogger from '../components/LifecycleLogger';
const InfoButton = () => (
(
storiesOf('Button', module)
.addDecorator(withNotes)
- .add('with text', () => (
-
- ))
- .add('with some emoji', () => (
-
- ))
+ .add('with text', () => , {
+ options: { selectedAddonPanel: 'storybook/actions/actions-panel' },
+ })
.add(
- 'with notes',
+ 'with some emoji',
() => (
-