[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) <role@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-08-14 13:16:29 +02:00
parent 32298b742a
commit a63e21e41a
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_title',
+1 -1
View File
@@ -15,7 +15,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_text_image',
+1 -1
View File
@@ -27,7 +27,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_picture',
+1 -1
View File
@@ -16,7 +16,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_image_text',
+1 -1
View File
@@ -22,7 +22,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_quotes_carousel',
+1 -1
View File
@@ -21,7 +21,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_comparisons',
+1 -1
View File
@@ -31,7 +31,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_title',
+1 -1
View File
@@ -21,7 +21,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_call_to_action',
+1 -1
View File
@@ -11,7 +11,7 @@ const snippets = [
{
id: 's_three_columns',
name: 'Columns',
groupName: "Content",
groupName: "Columns",
},
{
id: 's_color_blocks_2',