From a63e21e41ac0dba102b4267a775fc1ea3221addd Mon Sep 17 00:00:00 2001 From: "Chrysanthe (chgo)" Date: Wed, 14 Aug 2024 13:16:29 +0200 Subject: [PATCH] [IMP] theme_*: adapt themes tests for the new snippet category *: artists, avantgarde, aviato, buzzy, orchid, paptic, real_estate, treehouse, zap This commit aims to adapt tests within each themes that uses the `s_three_columns` snippet. As we introduce the `Columns` category within the snippet modal, we are moving the `s_three_columns` from the `Content` category to the `Columns` one. This implies an adaptation of the tests where the `s_three_columns` was defined as part of the `Content` category. task-4119460 follow-up of task-3919405 closes odoo/design-themes#872 Related: odoo/odoo#176889 Signed-off-by: Robin Lejeune (role) --- theme_artists/static/src/js/tour.js | 2 +- theme_avantgarde/static/src/js/tour.js | 2 +- theme_aviato/static/src/js/tour.js | 2 +- theme_buzzy/static/src/js/tour.js | 2 +- theme_orchid/static/src/js/tour.js | 2 +- theme_paptic/static/src/js/tour.js | 2 +- theme_real_estate/static/src/js/tour.js | 2 +- theme_treehouse/static/src/js/tour.js | 2 +- theme_zap/static/src/js/tour.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/theme_artists/static/src/js/tour.js b/theme_artists/static/src/js/tour.js index 927291626..cd4942180 100644 --- a/theme_artists/static/src/js/tour.js +++ b/theme_artists/static/src/js/tour.js @@ -16,7 +16,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_title', diff --git a/theme_avantgarde/static/src/js/tour.js b/theme_avantgarde/static/src/js/tour.js index bc0f50405..5a43bd85c 100644 --- a/theme_avantgarde/static/src/js/tour.js +++ b/theme_avantgarde/static/src/js/tour.js @@ -15,7 +15,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_text_image', diff --git a/theme_aviato/static/src/js/tour.js b/theme_aviato/static/src/js/tour.js index 177f1bd27..3b0c3ab94 100644 --- a/theme_aviato/static/src/js/tour.js +++ b/theme_aviato/static/src/js/tour.js @@ -27,7 +27,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_picture', diff --git a/theme_buzzy/static/src/js/tour.js b/theme_buzzy/static/src/js/tour.js index 4944fdbe7..54f153f95 100644 --- a/theme_buzzy/static/src/js/tour.js +++ b/theme_buzzy/static/src/js/tour.js @@ -16,7 +16,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_image_text', diff --git a/theme_orchid/static/src/js/tour.js b/theme_orchid/static/src/js/tour.js index 0ab9bd536..bc5da7d83 100644 --- a/theme_orchid/static/src/js/tour.js +++ b/theme_orchid/static/src/js/tour.js @@ -22,7 +22,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_quotes_carousel', diff --git a/theme_paptic/static/src/js/tour.js b/theme_paptic/static/src/js/tour.js index f30bfffe5..484021c10 100644 --- a/theme_paptic/static/src/js/tour.js +++ b/theme_paptic/static/src/js/tour.js @@ -21,7 +21,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_comparisons', diff --git a/theme_real_estate/static/src/js/tour.js b/theme_real_estate/static/src/js/tour.js index b2a6ea498..4409edcc6 100644 --- a/theme_real_estate/static/src/js/tour.js +++ b/theme_real_estate/static/src/js/tour.js @@ -31,7 +31,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_title', diff --git a/theme_treehouse/static/src/js/tour.js b/theme_treehouse/static/src/js/tour.js index 0f55f6c68..837181a73 100644 --- a/theme_treehouse/static/src/js/tour.js +++ b/theme_treehouse/static/src/js/tour.js @@ -21,7 +21,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_call_to_action', diff --git a/theme_zap/static/src/js/tour.js b/theme_zap/static/src/js/tour.js index e3db5892d..e994d935e 100644 --- a/theme_zap/static/src/js/tour.js +++ b/theme_zap/static/src/js/tour.js @@ -11,7 +11,7 @@ const snippets = [ { id: 's_three_columns', name: 'Columns', - groupName: "Content", + groupName: "Columns", }, { id: 's_color_blocks_2',