testing commented out method

This commit is contained in:
Davit Lomauridze 2024-07-05 15:49:56 +04:00
parent 56a092a44d
commit 3593225790
2 changed files with 6 additions and 5 deletions

View File

@ -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",
// },
]
);
});

View File

@ -1 +1,2 @@
odoo_test_helper
web_tour