mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
FIX tests && FIX snapshots
This commit is contained in:
parent
3f6f69914b
commit
c98a11a561
@ -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');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -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>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user