Skip to content

Commit

Permalink
[FIX][9.0][website_sale_wishlist] Make tour work in Travis.
Browse files Browse the repository at this point in the history
Remove unneeded `waitFor` condition, to see if that's what kills Travis.
Add `onend` method to force it go to next step.
  • Loading branch information
yajo committed Dec 13, 2016
1 parent ae1840a commit 4d028f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website_sale_wishlist/static/src/js/wishlist_tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d028f9

Please sign in to comment.