mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
89ef56bda9
commit
014a33d9f8
@@ -97,6 +97,7 @@ CONFLICTUAL_CLASSES_RE = {
|
|||||||
's_process_steps_connector_line',
|
's_process_steps_connector_line',
|
||||||
's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders',
|
's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders',
|
||||||
's_progress_bar_label_hidden', 's_progress_bar_label_inline',
|
'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_table_of_content_vertical_navbar', 's_table_of_content_navbar_sticky', 's_table_of_content_navbar_wrap',
|
||||||
's_timeline_card',
|
'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',
|
'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',
|
||||||
|
|||||||
Reference in New Issue
Block a user