[FIX] re-enable website_sale tests because they pass so whatever

bzr revid: xmo@openerp.com-20140219144754-52dz24qmnjq72zor
This commit is contained in:
Xavier Morel 2014-02-19 15:47:54 +01:00
parent a77097ce60
commit 55a9e5af27
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
import os
import openerp.tests
class TestUi(openerp.tests.HttpCase):

View File

@ -10,11 +10,9 @@ inject = [
]
class TestUi(openerp.tests.HttpCase):
@unittest2.expectedFailure
def test_01_admin_shop_tour(self):
self.phantom_js("/", "openerp.website.Tour.run_test('shop')", "openerp.website.Tour.Shop", login="admin")
@unittest2.expectedFailure
def test_02_admin_checkout(self):
self.phantom_js("/", "openerp.website.Tour.run_test('shop_buy_product')", "openerp.website.Tour", login="admin")