From 4d028f9af7afb895396a92efe141809f06ae5305 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 13 Dec 2016 13:41:59 +0100 Subject: [PATCH] [FIX][9.0][website_sale_wishlist] Make tour work in Travis. Remove unneeded `waitFor` condition, to see if that's what kills Travis. Add `onend` method to force it go to next step. --- website_sale_wishlist/static/src/js/wishlist_tour.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website_sale_wishlist/static/src/js/wishlist_tour.js b/website_sale_wishlist/static/src/js/wishlist_tour.js index 96aaab374b..79dc802bbf 100644 --- a/website_sale_wishlist/static/src/js/wishlist_tour.js +++ b/website_sale_wishlist/static/src/js/wishlist_tour.js @@ -86,8 +86,10 @@ odoo.define("website_sale_wishlist.tour", function (require) { { title: "My password is demo", element: "#password", - waitFor: "#password", sampleText: "demo", + onend: function () { + return "Log in"; + }, }, { title: "Log in",