Skip to content

Commit f7aac40

Browse files
committed
[IMP] website_sale_collect: adapt website_sale_collect_buy_product tour
1 parent 3bf763d commit f7aac40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

addons/website_sale_collect/tests/test_click_and_collect_flow.py

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
@tagged('post_install', '-at_install')
1111
class TestClickAndCollectFlow(HttpCase, ClickAndCollectCommon):
1212

13-
# TODO master-mysterious-egg fix error
14-
@unittest.skip("prepare mysterious-egg for merging")
1513
def test_buy_with_click_and_collect_as_public_user(self):
1614
self.storable_product.name = "Test CAC Product"
1715
self.provider.write(

0 commit comments

Comments
 (0)