mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_test_custo: review website tour utils
See community commit for details. closes odoo/design-themes#588 Related: odoo/odoo#100024 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -2,14 +2,13 @@
|
|||||||
|
|
||||||
import wTourUtils from 'website.tour_utils';
|
import wTourUtils from 'website.tour_utils';
|
||||||
|
|
||||||
wTourUtils.registerEditionTour('theme_menu_hierarchies', {
|
wTourUtils.registerWebsitePreviewTour('theme_menu_hierarchies', {
|
||||||
url: '/example',
|
url: '/example',
|
||||||
test: true,
|
test: true,
|
||||||
}, [
|
}, [
|
||||||
{
|
{
|
||||||
content: 'Check Mega Menu is correctly created',
|
content: 'Check Mega Menu is correctly created',
|
||||||
trigger: 'iframe #top_menu a.o_mega_menu_toggle',
|
trigger: 'iframe #top_menu a.o_mega_menu_toggle',
|
||||||
timeout: 20000,
|
|
||||||
}, {
|
}, {
|
||||||
content: 'Check Mega Menu content',
|
content: 'Check Mega Menu content',
|
||||||
trigger: 'iframe #top_menu div.o_mega_menu.show .fa-cube',
|
trigger: 'iframe #top_menu div.o_mega_menu.show .fa-cube',
|
||||||
|
|||||||
Reference in New Issue
Block a user