mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
23 lines
690 B
Plaintext
23 lines
690 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`can be rendered 1`] = `
|
|
"<div class=\\"o_navbar\\">
|
|
<a aria-label=\\"Applications\\" class=\\"o_title fa fa-th\\" href=\\"#\\" title=\\"Applications\\" accesskey=\\"h\\"></a>
|
|
|
|
</div>"
|
|
`;
|
|
|
|
exports[`can render one menu item 1`] = `
|
|
"<div class=\\"o_navbar\\">
|
|
<a aria-label=\\"Applications\\" class=\\"o_title fa fa-th\\" href=\\"#\\" title=\\"Applications\\" accesskey=\\"h\\"></a>
|
|
|
|
</div>"
|
|
`;
|
|
|
|
exports[`mobile mode: navbar is different 1`] = `
|
|
"<div class=\\"o_navbar\\">
|
|
<a aria-label=\\"Applications\\" class=\\"o_title fa fa-th\\" href=\\"#\\" title=\\"Applications\\" accesskey=\\"h\\"></a>
|
|
|
|
</div>"
|
|
`;
|