From 0da1e3ed9e307fcd1fa7c0086a75e43d15a67853 Mon Sep 17 00:00:00 2001 From: Benoit Socias Date: Fri, 6 Sep 2024 08:32:36 +0200 Subject: [PATCH] [IMP] test_themes: add s_progress_bar_label_hidden to whitelist Adds new class to `s_` whitelist. Related to https://github.com/odoo/odoo/pull/176141. task-4094394 closes odoo/design-themes#899 Related: odoo/odoo#176141 Signed-off-by: Benoit Socias (bso) --- test_themes/tests/test_new_page_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index 40f0dd659..fffaff945 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -89,7 +89,7 @@ CONFLICTUAL_CLASSES_RE = { 's_parallax_is_fixed', 's_parallax_no_overflow_hidden', 's_process_steps_connector_line', 's_product_catalog_dish_name', 's_product_catalog_dish_dot_leaders', - 's_progress_bar_label_inline', + 's_progress_bar_label_hidden', 's_progress_bar_label_inline', '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',