mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
testing commented out method
This commit is contained in:
parent
56a092a44d
commit
3593225790
@ -35,11 +35,11 @@ odoo.define("document_page_portal.tour", function (require) {
|
|||||||
trigger: "input[name='search']",
|
trigger: "input[name='search']",
|
||||||
run: "text Test",
|
run: "text Test",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
content: "Click Search.",
|
// content: "Click Search.",
|
||||||
extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
|
// extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
|
||||||
trigger: ".search-submit",
|
// trigger: ".search-submit",
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
@ -1 +1,2 @@
|
|||||||
odoo_test_helper
|
odoo_test_helper
|
||||||
|
web_tour
|
||||||
|
Loading…
Reference in New Issue
Block a user