FIx snapshots

This commit is contained in:
Norbert de Langen 2019-07-12 20:57:03 +02:00
parent d6317a32b2
commit b672cce8a0

View File

@ -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>
`);
});
});