2019-01-30 10:22:24 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
|
|
exports[`can be rendered 1`] = `
|
|
|
|
|
"<div class=\\"o_navbar\\">
|
2019-02-03 15:05:53 +01:00
|
|
|
<a aria-label=\\"Applications\\" class=\\"o_title fa fa-th\\" href=\\"#\\" title=\\"Applications\\" accesskey=\\"h\\"></a>
|
2019-02-04 13:23:41 +01:00
|
|
|
|
2019-02-03 15:05:53 +01:00
|
|
|
</div>"
|
2019-01-30 10:22:24 +01:00
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`can render one menu item 1`] = `
|
|
|
|
|
"<div class=\\"o_navbar\\">
|
2019-02-03 15:05:53 +01:00
|
|
|
<a aria-label=\\"Applications\\" class=\\"o_title fa fa-th\\" href=\\"#\\" title=\\"Applications\\" accesskey=\\"h\\"></a>
|
2019-02-04 13:23:41 +01:00
|
|
|
|
2019-02-03 15:05:53 +01:00
|
|
|
</div>"
|
2019-01-30 10:22:24 +01:00
|
|
|
`;
|
2019-01-30 12:34:45 +01:00
|
|
|
|
|
|
|
|
exports[`mobile mode: navbar is different 1`] = `
|
|
|
|
|
"<div class=\\"o_navbar\\">
|
2019-02-03 15:05:53 +01:00
|
|
|
<a aria-label=\\"Applications\\" class=\\"o_title fa fa-th\\" href=\\"#\\" title=\\"Applications\\" accesskey=\\"h\\"></a>
|
2019-02-04 13:23:41 +01:00
|
|
|
|
2019-02-03 15:05:53 +01:00
|
|
|
</div>"
|
2019-01-30 12:34:45 +01:00
|
|
|
`;
|