Skip to content

Commit 7555728

Browse files
shsa-odoomsh-odoo
authored andcommitted
[IMP] website_sale: adapt tours for mysterious egg
1 parent 7311dbd commit 7555728

5 files changed

+0
-14
lines changed

addons/website_sale/tests/test_website_sale_gmc.py

-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ def test_gmc_items_prices_match_website_prices_christmas(self):
172172
'website_sale_gmc_check_advertised_prices_blue_sofa_christmas',
173173
)
174174

175-
# TODO master-mysterious-egg fix error
176-
@unittest.skip("prepare mysterious-egg for merging")
177175
def test_gmc_items_prices_match_website_prices_tax_included(self):
178176
# 15% taxes
179177
self.website.show_line_subtotals_tax_selection = 'tax_included'

addons/website_sale/tests/test_website_sale_image.py

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class TestWebsiteSaleImage(HttpCaseWithWebsiteUser):
1616

1717
# registry_test_mode = False # uncomment to save the product to test in browser
1818

19-
# TODO master-mysterious-egg fix error
20-
@unittest.skip("prepare mysterious-egg for merging")
2119
def test_01_admin_shop_zoom_tour(self):
2220
color_red = '#CD5C5C'
2321
name_red = 'Indian Red'

addons/website_sale/tests/test_website_sale_mail.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
@tagged('post_install', '-at_install', 'mail_thread')
1616
class TestWebsiteSaleMail(HttpCase):
1717

18-
# TODO master-mysterious-egg fix error
19-
@unittest.skip("prepare mysterious-egg for merging")
2018
def test_01_shop_mail_tour(self):
2119
"""The goal of this test is to make sure sending SO by email works."""
2220
self.env.ref('base.user_admin').write({

addons/website_sale/tests/test_website_sale_product_configurator.py

-6
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ def setUpClass(cls):
3131
ptav_ids.filtered(lambda ptav: ptav.name == 'Aluminium').price_extra = 50.4
3232
cls.pc_controller = WebsiteSaleProductConfiguratorController()
3333

34-
# TODO master-mysterious-egg fix error
35-
@unittest.skip("prepare mysterious-egg for merging")
3634
def test_01_product_configurator_variant_price(self):
3735
product = self.product_product_conf_chair.with_user(self.user_portal)
3836
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):
4947
self.env['product.pricelist'].search([]).action_archive()
5048
self.start_tour(url, 'website_sale_product_configurator_optional_products_tour', login='portal')
5149

52-
# TODO master-mysterious-egg fix error
53-
@unittest.skip("prepare mysterious-egg for merging")
5450
def test_02_variants_modal_window(self):
5551
"""
5652
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):
398394

399395
self.assertEqual(ptav_price_extra, 1.1)
400396

401-
# TODO master-mysterious-egg fix error
402-
@unittest.skip("prepare mysterious-egg for merging")
403397
def test_product_configurator_zero_priced(self):
404398
""" Test that the product configurator prevents the sale of zero-priced products. """
405399
self.website.prevent_zero_price_sale = True

addons/website_sale/tests/test_website_sale_reorder_from_portal.py

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ def setUpClass(cls):
3636
},
3737
])
3838

39-
# TODO master-mysterious-egg fix error
40-
@unittest.skip("prepare mysterious-egg for merging")
4139
def test_website_sale_reorder_from_portal(self):
4240
no_variant_attribute = self.env['product.attribute'].create({
4341
'name': 'Size',

0 commit comments

Comments
 (0)