From 7461800dfd6ca133e565e900293556cc60a5063d Mon Sep 17 00:00:00 2001 From: assk-odoo Date: Tue, 8 Apr 2025 09:03:30 +0000 Subject: [PATCH] [FIX] theme_test_custo: remove the console error in test_assets mode The "Test" key is unnecessary in the tour registry, as it has already been removed from the Tour Schema (see PR[1]). Also, refactor the tour definitions to follow the updated step structure. [1]:https://github.com/odoo/odoo/pull/182887 task-4702436 closes odoo/design-themes#1085 X-original-commit: 0295bf15673467ed737a1677a5050b30ec850493 Signed-off-by: Serge Bayet (seba) --- theme_test_custo/static/tests/tours/theme_menu_hierarchies.js | 1 - 1 file changed, 1 deletion(-) diff --git a/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js b/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js index 15bff6896..52a671879 100644 --- a/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js +++ b/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js @@ -5,7 +5,6 @@ import { stepUtils } from "@web_tour/tour_service/tour_utils"; wTourUtils.registerWebsitePreviewTour('theme_menu_hierarchies', { url: '/example', - test: true, }, () => [ stepUtils.waitIframeIsReady(), {