Skip to content

Commit bbee83a

Browse files
committed
[IMP] website: Adapt and enable website tours
Enabled following tours: - website_form_contactus_edition_no_email - website_form_contactus_submit
1 parent 246d0b6 commit bbee83a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/website/tests/test_website_form_editor.py

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def test_website_form_contact_us_edition_with_email(self):
3636
3737
'The email was edited, the form should have been sent to the configured email')
3838

39-
@unittest.skip
4039
def test_website_form_contact_us_edition_no_email(self):
4140
self.env.company.email = '[email protected]'
4241
self.start_tour('/odoo', 'website_form_contactus_edition_no_email', login="admin")

0 commit comments

Comments
 (0)