[FIX] tour.js: tour shop
authorAntony Lesuisse <al@openerp.com>
Tue, 1 Jul 2014 08:57:38 +0000 (10:57 +0200)
committerAntony Lesuisse <al@openerp.com>
Tue, 1 Jul 2014 08:57:38 +0000 (10:57 +0200)
wait that the snippets are loaded before clicking on the picture and open the media editor.

addons/website_sale/static/src/js/website_sale_tour_shop.js

index 9b3e5d2..5868ae6 100644 (file)
@@ -55,6 +55,7 @@
             },
             {
                 waitNot:   '.product_price .oe_currency_value:visible:containsExact(1.00)',
+                waitFor:   '#snippet_structure',
                 element:   '#wrap img.product_detail_img',
                 placement: 'top',
                 title:     _t("Update image"),