mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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:
@@ -16,7 +16,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_title',
|
||||
|
||||
@@ -15,7 +15,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_text_image',
|
||||
|
||||
@@ -27,7 +27,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_picture',
|
||||
|
||||
@@ -16,7 +16,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_image_text',
|
||||
|
||||
@@ -22,7 +22,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_quotes_carousel',
|
||||
|
||||
@@ -21,7 +21,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_comparisons',
|
||||
|
||||
@@ -31,7 +31,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_title',
|
||||
|
||||
@@ -21,7 +21,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_call_to_action',
|
||||
|
||||
@@ -11,7 +11,7 @@ const snippets = [
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
groupName: "Content",
|
||||
groupName: "Columns",
|
||||
},
|
||||
{
|
||||
id: 's_color_blocks_2',
|
||||
|
||||
Reference in New Issue
Block a user