Skip to content
Snippets Groups Projects
Commit d45ce39b authored by Younn Olivier's avatar Younn Olivier Committed by qsm-odoo
Browse files

[FIX] website: fix the homepage tour


Before this commit, the website homepage tour was starting with an
unresolvable "Wait for the editor to be started", useful only for tests.

This commit removes that technical step for user tours.

task-3035156

Part-of: odoo/odoo#104039
Co-authored-by: default avatarqsm-odoo <qsm@odoo.com>
parent cdc8d4c8
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,7 @@ function registerWebsitePreviewTour(name, options, steps) {
content: "Wait for the edit mode to be started",
trigger: '.o_website_preview.editor_enable.editor_has_snippets',
timeout: 30000,
auto: true,
run: () => {}, // It's a check
});
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment