Skip to content
Snippets Groups Projects
Commit 73425edf authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] website_sale_wishlist: remove wait in tour

Don't wait 1 sec by step for pleasure, correct trigger/extra_trigger
make it useless.
parent 80029cae
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ import odoo.tests
@odoo.tests.common.post_install(True)
class TestUi(odoo.tests.HttpCase):
def test_01_wishlist_tour(self):
self.phantom_js("/", "odoo.__DEBUG__.services['web_tour.tour'].run('shop_wishlist', 1000)", "odoo.__DEBUG__.services['web_tour.tour'].tours.shop_wishlist.ready")
self.phantom_js("/", "odoo.__DEBUG__.services['web_tour.tour'].run('shop_wishlist')", "odoo.__DEBUG__.services['web_tour.tour'].tours.shop_wishlist.ready")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment