FIX tests && FIX snapshots

This commit is contained in:
Norbert de Langen 2018-10-23 14:32:23 +02:00
parent 3f6f69914b
commit c98a11a561
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ describe('Select', () => {
const green = wrapper.find('option').first();
expect(green.text()).toEqual('Green');
expect(green.prop('value')).toEqual('#00ff00');
expect(green.prop('value')).toEqual('Green');
});
});
});

View File

@ -14,7 +14,7 @@ exports[`Storyshots Addons|Knobs.withKnobs accepts story parameters 1`] = `
exports[`Storyshots Addons|Knobs.withKnobs complex select 1`] = `
<pre>
string
the type of string = string
</pre>
`;
@ -24,7 +24,7 @@ exports[`Storyshots Addons|Knobs.withKnobs dynamic knobs 1`] = `
I must be here
</div>
<div>
I can disapear
I can disappear
</div>
</div>
`;