We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246d0b6 commit bbee83aCopy full SHA for bbee83a
addons/website/tests/test_website_form_editor.py
@@ -36,7 +36,6 @@ def test_website_form_contact_us_edition_with_email(self):
36
'[email protected]',
37
'The email was edited, the form should have been sent to the configured email')
38
39
- @unittest.skip
40
def test_website_form_contact_us_edition_no_email(self):
41
self.env.company.email = '[email protected]'
42
self.start_tour('/odoo', 'website_form_contactus_edition_no_email', login="admin")
0 commit comments