Skip to content
Snippets Groups Projects
Commit 11d023f0 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] website, *: properly flag website test tours as test tours

*: website_sale_wishlist

Commit [1] and [2] introduced test tours but did not mark them as test
tours properly, thus showing them to users (who are in debug=tests mode)
by mistake.

[1]: https://github.com/odoo/odoo/commit/7655bface7f9e9bae8579e14e9a87b4f4801cc33
[2]: https://github.com/odoo/odoo/commit/a0c33c5f896718d1c03a6a50c981d6d75ce0d169



closes odoo/odoo#106667

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 7acced60
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ function clickAndCheck(blockID, expected) {
window.focusBlurSnippetsResult = [];
tour.register('focus_blur_snippets', {
test: true,
url: '/?enable_editor=1',
}, [
{
......
......@@ -5,7 +5,7 @@ var rpc = require('web.rpc');
var tour = require("web_tour.tour");
tour.register('shop_wishlist_admin', {
test: false,
test: true,
url: '/shop',
},
[
......
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