mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
FIx snapshots
This commit is contained in:
parent
d6317a32b2
commit
b672cce8a0
@ -23,10 +23,13 @@ describe('Tests on addon-contexts component: ToolBarMenu', () => {
|
||||
|
||||
// then
|
||||
expect(result).toMatchInlineSnapshot(`
|
||||
<WithToolTipState
|
||||
<WithTooltipPure
|
||||
closeOnClick={true}
|
||||
hasChrome={true}
|
||||
modifiers={Object {}}
|
||||
onVisibilityChange={[Function]}
|
||||
placement="top"
|
||||
svg={false}
|
||||
tooltip={
|
||||
<ToolBarMenuOptions
|
||||
activeName="A"
|
||||
@ -50,7 +53,7 @@ describe('Tests on addon-contexts component: ToolBarMenu', () => {
|
||||
icon="globe"
|
||||
/>
|
||||
</IconButton>
|
||||
</WithToolTipState>
|
||||
</WithTooltipPure>
|
||||
`);
|
||||
});
|
||||
|
||||
@ -73,10 +76,13 @@ describe('Tests on addon-contexts component: ToolBarMenu', () => {
|
||||
|
||||
// then
|
||||
expect(result).toMatchInlineSnapshot(`
|
||||
<WithToolTipState
|
||||
<WithTooltipPure
|
||||
closeOnClick={true}
|
||||
hasChrome={true}
|
||||
modifiers={Object {}}
|
||||
onVisibilityChange={[Function]}
|
||||
placement="top"
|
||||
svg={false}
|
||||
tooltip={
|
||||
<ToolBarMenuOptions
|
||||
activeName="A"
|
||||
@ -97,7 +103,7 @@ describe('Tests on addon-contexts component: ToolBarMenu', () => {
|
||||
>
|
||||
Some Context
|
||||
</TabButton>
|
||||
</WithToolTipState>
|
||||
</WithTooltipPure>
|
||||
`);
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user