mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -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']",
|
||||
run: "text Test",
|
||||
},
|
||||
{
|
||||
content: "Click Search.",
|
||||
extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
|
||||
trigger: ".search-submit",
|
||||
},
|
||||
// {
|
||||
// content: "Click Search.",
|
||||
// extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
|
||||
// trigger: ".search-submit",
|
||||
// },
|
||||
]
|
||||
);
|
||||
});
|
||||
|
@ -1 +1,2 @@
|
||||
odoo_test_helper
|
||||
web_tour
|
||||
|
Loading…
Reference in New Issue
Block a user