We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf763d commit f7aac40Copy full SHA for f7aac40
addons/website_sale_collect/tests/test_click_and_collect_flow.py
@@ -10,8 +10,6 @@
10
@tagged('post_install', '-at_install')
11
class TestClickAndCollectFlow(HttpCase, ClickAndCollectCommon):
12
13
- # TODO master-mysterious-egg fix error
14
- @unittest.skip("prepare mysterious-egg for merging")
15
def test_buy_with_click_and_collect_as_public_user(self):
16
self.storable_product.name = "Test CAC Product"
17
self.provider.write(
0 commit comments