File tree 1 file changed +2
-3
lines changed
addons/website_sale/tests
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -422,8 +422,6 @@ def test_product_configurator_zero_priced(self):
422
422
})
423
423
self .start_tour ('/' , 'website_sale_product_configurator_zero_priced' )
424
424
425
- # TODO master-mysterious-egg fix error
426
- @unittest .skip ("prepare mysterious-egg for merging" )
427
425
def test_product_configurator_strikethrough_price (self ):
428
426
""" Test that the product configurator displays the strikethrough price correctly. """
429
427
self .env ['res.config.settings' ].create ({'group_product_price_comparison' : True }).execute ()
@@ -439,7 +437,8 @@ def test_product_configurator_strikethrough_price(self):
439
437
main_product = self .env ['product.template' ].create ({
440
438
'name' : "Main product" ,
441
439
'website_published' : True ,
442
- 'list_price' : 100 ,
440
+ 'list_price' : 50 ,
441
+ 'compare_list_price' : 110 ,
443
442
'optional_product_ids' : [Command .set (optional_product .ids )],
444
443
'taxes_id' : tax ,
445
444
})
You can’t perform that action at this time.
0 commit comments