Skip to content
Snippets Groups Projects
Commit 9a156f9a authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[IMP] crm: Reintroduce commented test

parent d09418e8
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ from . import test_crm_lead
from . import test_new_lead_notification
from . import test_lead2opportunity
from . import test_crm_activity
# from . import test_crm_ui
from . import test_crm_ui
from . import test_crm_pls
......@@ -7,4 +7,4 @@ import odoo.tests
class TestUi(odoo.tests.HttpCase):
def test_01_crm_tour(self):
self.start_tour("/web", 'crm_tour', login="admin", step_delay=60)
self.start_tour("/web", 'crm_tour', login="admin")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment