[FIX] test_themes, theme_*: fix errors in theme tours

Also disable the two theme tours that currently do not pass (for some
reason, they are not even starting at all). To fix later.

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
qsm-odoo
2024-09-30 04:01:14 +02:00
parent c1538a91df
commit 04f90cd883
9 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ const snippets = [
{
id: 's_product_catalog',
name: 'Product Catalog',
groupName: "Content",
groupName: "Text",
},
{
id: 's_cta_box',
@@ -36,7 +36,7 @@ const snippets = [
{
id: 's_shape_image',
name: 'Shape Image',
groupName: "Images",
groupName: "Content",
},
];