Skip to content

Commit b26ea37

Browse files
committed
[IMP] website_sale: adapt product_configurator_strikethrough_price
1 parent d2de22d commit b26ea37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

addons/website_sale/tests/test_website_sale_product_configurator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ def test_product_configurator_zero_priced(self):
422422
})
423423
self.start_tour('/', 'website_sale_product_configurator_zero_priced')
424424

425-
# TODO master-mysterious-egg fix error
426-
@unittest.skip("prepare mysterious-egg for merging")
427425
def test_product_configurator_strikethrough_price(self):
428426
""" Test that the product configurator displays the strikethrough price correctly. """
429427
self.env['res.config.settings'].create({'group_product_price_comparison': True}).execute()

0 commit comments

Comments
 (0)