diff --git a/addons/info/src/__snapshots__/index.test.js.snap b/addons/info/src/__snapshots__/index.test.js.snap
index b0ad7108e2be..20cadfe57bc2 100644
--- a/addons/info/src/__snapshots__/index.test.js.snap
+++ b/addons/info/src/__snapshots__/index.test.js.snap
@@ -2729,7 +2729,7 @@ containing **bold**, *cursive* text, \`code\` and [a link](https://github.com)"
`;
-exports[`addon Info should render component description 1`] = `
+exports[`addon Info should render component description if story kind matches component 1`] = `
.emotion-4 {
display: -webkit-box;
display: -webkit-flex;
@@ -4026,3 +4026,1301 @@ exports[`addon Info should render component description 1`] = `
`;
+
+exports[`addon Info should render component description if story name matches component 1`] = `
+.emotion-4 {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: justify;
+ -webkit-justify-content: space-between;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ font-size: .88em;
+ font-family: Menlo,Monaco,"Courier New",monospace;
+ background-color: #fafafa;
+ padding: .5rem;
+ line-height: 1.5;
+ overflow-x: scroll;
+}
+
+.emotion-2 {
+ overflow: hidden;
+ border: 1px solid #eee;
+ border-radius: 3px;
+ background-color: #FFFFFF;
+ cursor: pointer;
+ font-size: 13px;
+ padding: 3px 10px;
+ -webkit-align-self: flex-start;
+ -ms-flex-item-align: start;
+ align-self: flex-start;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+}
+
+.emotion-2:hover {
+ background-color: #f4f7fa;
+ border-color: #ddd;
+}
+
+.emotion-2:active {
+ background-color: #e9ecef;
+ border-color: #ccc;
+}
+
+.emotion-0 {
+ -webkit-transition: -webkit-transform .2s ease;
+ -webkit-transition: transform .2s ease;
+ transition: transform .2s ease;
+ height: 16px;
+ -webkit-transform: translateY(-100%) translateY(-6px);
+ -ms-transform: translateY(-100%) translateY(-6px);
+ transform: translateY(-100%) translateY(-6px);
+}
+
+
+ undefined
+
+
+ Test Components
+
+
+ TestComponent
+
+
+ function func(x) {
+ return x + 1;
+ }
+
+
+ [object Object]
+
+
+ 1,2,3
+
+
+ 7
+
+
+ seven
+
+
+ true
+
+
+ storiesOf
+
+
+
+
+
+
+ Awesome test component description
+
+
+
+
+ with markdown support
+
+
+ Story Source
+
+
+
+
+
+
+
+ func
+
+
+ =
+
+ {
+
+
+
+
+ obj
+
+
+ =
+
+ {
+
+
+
+
+ array
+
+
+ =
+
+ {
+
+
+
+
+ number
+
+
+ =
+
+ {
+
+
+
+
+ string
+
+
+ =
+
+ "
+
+
+
+
+ bool
+
+
+
+
+
+
+ />
+
+