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.
  • Loading branch information
yajo committed Dec 13, 2016
1 parent ae1840a commit afce21a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 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,7 +86,6 @@ odoo.define("website_sale_wishlist.tour", function (require) {
{
title: "My password is demo",
element: "#password",
waitFor: "#password",
sampleText: "demo",
},
{
Expand Down

0 comments on commit afce21a

Please sign in to comment.