You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
451 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. from openerp.tests.common import HttpCase
  5. class UICase(HttpCase):
  6. def test_ui(self):
  7. """Test snippet behavior."""
  8. self.phantom_js(
  9. "/",
  10. "openerp.Tour.run('mass_mailing_partner', 'test')",
  11. "openerp.Tour.tours.mass_mailing_partner",
  12. "admin")