Skip to content

[IMP] website_sale: adapt tours for mysterious egg #4567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions addons/website_sale/tests/test_website_sale_gmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ def test_gmc_items_prices_match_website_prices_christmas(self):
'website_sale_gmc_check_advertised_prices_blue_sofa_christmas',
)

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_gmc_items_prices_match_website_prices_tax_included(self):
# 15% taxes
self.website.show_line_subtotals_tax_selection = 'tax_included'
Expand Down
2 changes: 0 additions & 2 deletions addons/website_sale/tests/test_website_sale_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class TestWebsiteSaleImage(HttpCaseWithWebsiteUser):

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

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_01_admin_shop_zoom_tour(self):
color_red = '#CD5C5C'
name_red = 'Indian Red'
Expand Down
2 changes: 0 additions & 2 deletions addons/website_sale/tests/test_website_sale_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
@tagged('post_install', '-at_install', 'mail_thread')
class TestWebsiteSaleMail(HttpCase):

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_01_shop_mail_tour(self):
"""The goal of this test is to make sure sending SO by email works."""
self.env.ref('base.user_admin').write({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def setUpClass(cls):
ptav_ids.filtered(lambda ptav: ptav.name == 'Aluminium').price_extra = 50.4
cls.pc_controller = WebsiteSaleProductConfiguratorController()

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_01_product_configurator_variant_price(self):
product = self.product_product_conf_chair.with_user(self.user_portal)
ptav_ids = self.product_product_custo_desk.attribute_line_ids.product_template_value_ids
Expand All @@ -49,8 +47,6 @@ def test_01_product_configurator_variant_price(self):
self.env['product.pricelist'].search([]).action_archive()
self.start_tour(url, 'website_sale_product_configurator_optional_products_tour', login='portal')

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_02_variants_modal_window(self):
"""
The objective is to verify that the data concerning the variants are well transmitted
Expand Down Expand Up @@ -398,8 +394,6 @@ def test_product_configurator_extra_price_taxes(self):

self.assertEqual(ptav_price_extra, 1.1)

# TODO master-mysterious-egg fix error
@unittest.skip("prepare mysterious-egg for merging")
def test_product_configurator_zero_priced(self):
""" Test that the product configurator prevents the sale of zero-priced products. """
self.website.prevent_zero_price_sale = True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def setUpClass(cls):
},
])

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