[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) <role@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-04 15:00:13 +02:00
parent b4bd70fd56
commit cac8f3c4a2
+3 -3
View File
@@ -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',