[IMP] test_themes, theme_* : Adapts tours for new dragNDrop system

Following the change in the way of dragging and dropping a snippet onto
the page (by selecting it from a dialog displaying the actual previews
of snippets). The themes tours have been adapted to this change in this
commit.

task-3919405

closes odoo/design-themes#817

Related: odoo/odoo#166967
Related: odoo/enterprise#66150
Signed-off-by: Robin Lejeune (role) <role@odoo.com>
This commit is contained in:
Benjamin Vray
2024-07-04 16:03:09 +02:00
committed by Robin Lejeune (role)
parent f1b15e063f
commit 2b3b8b49b4
28 changed files with 174 additions and 5 deletions
+6
View File
@@ -6,26 +6,32 @@ const snippets = [
{
id: 's_cover',
name: 'Cover',
groupName: "Intro",
},
{
id: 's_features',
name: 'Features',
groupName: "Content",
},
{
id: 's_text_block',
name: 'Text',
groupName: "Text",
},
{
id: 's_images_wall',
name: 'Images Wall',
groupName: "Images",
},
{
id: 's_parallax',
name: 'Parallax',
groupName: "Images",
},
{
id: 's_references',
name: 'References',
groupName: "People",
},
];