[PATCH] sle

bzr revid: chm@openerp.com-20140318123225-zgn83zslr65z0wej
This commit is contained in:
chm@openerp.com 2014-03-18 13:32:25 +01:00
parent f9c68abfb5
commit 5b722a036a
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ inject = [
"./../../../website_event_sale/static/src/js/website.tour.event_sale.js",
]
@openerp.tests.common.post_install(True)
class TestUi(openerp.tests.HttpCase):
def test_admin(self):
self.phantom_js("/", "openerp.website.Tour.run_test('event_buy_tickets')", "openerp.website.Tour", inject=inject)

View File

@ -7,6 +7,7 @@ inject = [
("openerp.website.Tour.ShopTest", os.path.join(os.path.dirname(__file__), "../static/src/js/website.tour.sale.js")),
]
@openerp.tests.common.post_install(True)
class TestUi(openerp.tests.HttpCase):
def test_01_admin_shop_tour(self):
self.phantom_js("/", "openerp.website.Tour.run_test('shop')", "openerp.website.Tour.Shop", login="admin")