mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
f10d814809
In PR [1], the duplicated navbars ids `o_main_nav` and `top_menu` are replaced by classes, to avoid having the same ids multiple times in the DOM. Note that for stability, the ids are kept for the desktop view navbar. This commit adapts the tests so they now consider the classes and not the ids. [1]: https://github.com/odoo/odoo/pull/146492 task-3609531 closes odoo/design-themes#756 Related: odoo/odoo#146492 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>