From cac8f3c4a2df22503b3b8288517f651df6dd3a8e Mon Sep 17 00:00:00 2001 From: "Antoine (anso)" Date: Wed, 4 Sep 2024 15:00:13 +0200 Subject: [PATCH] [IMP] test_themes: adapt `s_` classes whitelist in tests This commit adapts the classes whitelist in `test_new_page_templates.py` based on the new classes added during the dynamic snippets redesign. task-3097273 closes odoo/design-themes#897 Related: odoo/odoo#135509 Related: odoo/enterprise#68754 Signed-off-by: Robin Lejeune (role) --- test_themes/tests/test_new_page_templates.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_themes/tests/test_new_page_templates.py b/test_themes/tests/test_new_page_templates.py index f270040d3..40f0dd659 100644 --- a/test_themes/tests/test_new_page_templates.py +++ b/test_themes/tests/test_new_page_templates.py @@ -79,10 +79,10 @@ CONFLICTUAL_CLASSES_RE = { 's_carousel_default', 's_carousel_rounded', 's_carousel_boxed', 's_carousel_indicators_dots', 's_carousel_indicators_hidden', 's_carousel_controllers_indicators_outside', 's_quotes_carousel', - 's_dynamic', 's_dynamic_empty', 's_dynamic_snippet_blog_posts', - 's_blog_posts_effect_marley', 's_blog_post_big_picture', + 's_dynamic', 's_dynamic_empty', + 's_dynamic_snippet_blog_posts', 's_blog_posts_effect_marley', 's_blog_post_big_picture', 's_blog_posts_post_picture_size_default', + 's_event_upcoming_snippet', 's_event_event_picture', 's_col_no_bgcolor', 's_col_no_resize', - 's_event_upcoming_snippet', 's_image_gallery', 's_image_gallery_indicators_arrows_boxed', 's_image_gallery_indicators_arrows_rounded', 's_image_gallery_indicators_dots', 's_image_gallery_indicators_squared', 's_image_gallery_indicators_rounded', 's_image_gallery_indicators_hidden', 's_image_gallery_indicators_bars', 's_image_gallery_indicators_outside','s_image_gallery_controllers_outside_arrows_right', 's_image_gallery_controllers_outside', 's_newsletter_list', 's_newsletter_subscribe_form',