@@ -31,8 +31,6 @@ def setUpClass(cls):
31
31
ptav_ids .filtered (lambda ptav : ptav .name == 'Aluminium' ).price_extra = 50.4
32
32
cls .pc_controller = WebsiteSaleProductConfiguratorController ()
33
33
34
- # TODO master-mysterious-egg fix error
35
- @unittest .skip ("prepare mysterious-egg for merging" )
36
34
def test_01_product_configurator_variant_price (self ):
37
35
product = self .product_product_conf_chair .with_user (self .user_portal )
38
36
ptav_ids = self .product_product_custo_desk .attribute_line_ids .product_template_value_ids
@@ -49,8 +47,6 @@ def test_01_product_configurator_variant_price(self):
49
47
self .env ['product.pricelist' ].search ([]).action_archive ()
50
48
self .start_tour (url , 'website_sale_product_configurator_optional_products_tour' , login = 'portal' )
51
49
52
- # TODO master-mysterious-egg fix error
53
- @unittest .skip ("prepare mysterious-egg for merging" )
54
50
def test_02_variants_modal_window (self ):
55
51
"""
56
52
The objective is to verify that the data concerning the variants are well transmitted
@@ -398,8 +394,6 @@ def test_product_configurator_extra_price_taxes(self):
398
394
399
395
self .assertEqual (ptav_price_extra , 1.1 )
400
396
401
- # TODO master-mysterious-egg fix error
402
- @unittest .skip ("prepare mysterious-egg for merging" )
403
397
def test_product_configurator_zero_priced (self ):
404
398
""" Test that the product configurator prevents the sale of zero-priced products. """
405
399
self .website .prevent_zero_price_sale = True
0 commit comments