From 014a33d9f8ff9b6ae3b95950f0dde648d0787f07 Mon Sep 17 00:00:00 2001 From: "Chrysanthe (chgo)" Date: Mon, 28 Oct 2024 12:58:28 +0100 Subject: [PATCH] [IMP] test_themes: fix test for `s_rating` inner snippet This commit adds a line within the `new_page_templates` test in order to allow the snippet `s_rating` to be used with `s_rating_no_title`. task-4306631 closes odoo/design-themes#1041 Related: odoo/odoo#186130 Signed-off-by: Quentin Smetz (qsm) --- test_themes/tests/test_new_page_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index d930dba5fa..4b07d61f4d 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -97,6 +97,7 @@ 's_process_steps_connector_line', 's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders', 's_progress_bar_label_hidden', 's_progress_bar_label_inline', + 's_rating_no_title', 's_table_of_content_vertical_navbar', 's_table_of_content_navbar_sticky', 's_table_of_content_navbar_wrap', 's_timeline_card', 's_website_form_custom', 's_website_form_dnone', 's_website_form_field', 's_website_form_input', 's_website_form_mark', 's_website_form_submit', 's_website_form_no_submit_label',