mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: tests
This commit is contained in:
parent
47bc5deb22
commit
d0a6da7e29
@ -393,6 +393,25 @@ exports[`should render DrawerMenu 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li
|
||||||
|
className="MuiListItem-root makeStyles-listItem-3 MuiListItem-dense MuiListItem-gutters"
|
||||||
|
disabled={false}
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="MuiListItemText-root MuiListItemText-dense"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
className="MuiTypography-root MuiListItemText-primary MuiTypography-body2 MuiTypography-displayBlock"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="https://slack.unleash.run"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Slack Community
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
@ -795,6 +814,25 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li
|
||||||
|
className="MuiListItem-root makeStyles-listItem-3 MuiListItem-dense MuiListItem-gutters"
|
||||||
|
disabled={false}
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
className="MuiListItemText-root MuiListItemText-dense"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
className="MuiTypography-root MuiListItemText-primary MuiTypography-body2 MuiTypography-displayBlock"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href="https://slack.unleash.run"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
Slack Community
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user